‎2009 Sep 26 7:58 AM
Hi,
I am doing recording for BP transaction. Problem is BP screen depends upon last time i used it. So during recording, cursor was at particular tab, and before running the BDC program i used transction in different tab manually then it is giving error 'field not found'.
How can i handle this in my recording ?
Thanks in advance.
Regards
‎2009 Sep 26 8:59 AM
see the following
http://wiki.sdn.sap.com/wiki/display/ABAP/bdc%20on%20table%20control
‎2009 Sep 26 12:24 PM
Hi krupa
Forgot to mention, i have to use CALL transaction method for BDC program.
‎2009 Sep 26 9:25 PM
‎2009 Sep 29 11:51 AM
Hi Aamir,
Better to go with standard BAPI, that is really easy with LSMW conversion tool.
The LSMW BAPI Method details are as follows:-
Business Object:- BUSISB990
Method:- FSCREATEFROMDATA2
Message Type:-BUPAFS_FS_CREATE_FRM_DATA2
Basic Type:- BUPAFS_FS_CREATE_FRM_DATA201
Regards,
Dhirendra
‎2009 Sep 29 12:51 PM
Hi Dhirendra,
I dont have any BAPI for my requirement. I am trying to populate one custom screen element for BP which is already created.
I tried to go thorugh the code for screen exit but BDC is better option.
Regards