Re: RBKP and BKPF table update from MIRO
Hi Pablo, The problem has been solved now. I have used the code from your last post and used the BADI AC_DOCUMENT. @Pablo...Thank you very much for you help and time. Your response time is great....
View ArticleTable update BSEG BSET BKPF
Hi,I have a requirement where I need to add a new field in the the basic view of the MIRO and FB60 wherein it accepts the VAT value manually calculated and saves in the tables.There is a report...
View ArticleRe: Table update BSEG BSET BKPF
Hi Baskar, I have done this thing from MIRO transaction to update BKPF table. Please check the below code. METHOD if_ex_badi_fdcb_subbas01~put_data_to_screen_object. CONSTANTS: c_bkpf_xref1(25)...
View ArticleRe: RBKP and BKPF table update from MIRO
Hi All, MY requirment is that i have add custom fields (Appprover name and Parked date) in FB60 in Basic Data tab.When user click on Park button . Along with invoice ,my custom fields should also get...
View ArticleRe: RBKP and BKPF table update from MIRO
Hi, the badi you´re using is an appropriate one but there are others available:e.g.badi -> INVOICE_UPDATEmethod -> CHANGE_AT_SAVE But you can perfectly do it in badi BADI_FDCB_SUBBAS01.Please do...
View ArticleRe: RBKP and BKPF table update from MIRO
Hi,i´d use the code in PAI of dynpro 0100 in badi BADI_FDCB_SUBBASin module user_command_0100 just after this piece of code: * put data to main screen CALL METHOD...
View ArticleRe: RBKP and BKPF table update from MIRO
Hi, try this: &--------------------------------------------------------------------- *& Module USER_COMMAND_0100 INPUT&---------------------------------------------------------------------...
View ArticleRe: RBKP and BKPF table update from MIRO
hi,don´t know what to say.For me this solution works perfectly. Best regards.
View ArticleRe: RBKP and BKPF table update from MIRO
Hi, i´ve found this (hope it might be useful to you): http://blog.csdn.net/xyfchris/archive/2007/10/04/1811359.aspx Anyway hope to spend more time tomorrow with the question and give you a proper...
View ArticleRe: RBKP and BKPF table update from MIRO
Use badi_fdcb_subbas04 it will work and append the field to the tables and structures as mentioned above.
View Article