Hi Friends !
I have upload into 'F-02' Tcode by using Bdc program first i have four items in one row on excel sheet it posted one document no. then after the next Row have three items but atlast one mandatory field is business area in fourth screen it shows error it is not uploaded.how to Skip the screen in runtime.If any solution please share me .
Hi Mahesh,
You need to be clear with your requirement. It is a bit confusing what you have said. Could you please clarify more in detail.
It is advisable to use BAPI rather than BDC.
Use 'BAPI_ACC_GL_POSTING_POST' and try.
Thanks,
Naveen
Well, better use BAPI as already written, there are also CHECK versions of the BAPI
Or use some FM that build the BDC for you (they manage the screen sequence), look at following FM:
Else if you are not in a hurry, you could play with FM as FI_CHECK_ACCOUNT_ASSIGNMENT to identify required fields and dynpro, or ask your functional for some rules.
Regards,
Raymond
Add a comment