Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding BDC

Former Member
0 Likes
638

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

5 REPLIES 5
Read only

Former Member
Read only

0 Likes
608

Hi krupa

Forgot to mention, i have to use CALL transaction method for BDC program.

Read only

Former Member
0 Likes
608

Moderator message - moved to the correct forum.

Rob

Read only

dhirendra_pandit
Active Participant
0 Likes
608

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

Read only

0 Likes
608

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