Application Development 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: 

Calling tcode and populating values into it.

Former Member
0 Kudos

Hi Experts,

Iam new to SDN. This is my first question in sdn.

From my program i need to call tcode QE15N and pass five fields which from the program to tcode.

Here the problem is that tcode QE15n has 3 tab on screen. i have to populate first 3 fields values in first tab fields and 2 fields values in 3 tab fields. Can you please tell me how we can achive it.

Thanks In Advance.

<b><REMOVED BY MODERATOR></b>

Regards,

Rahul.

Message was edited by:

Alvaro Tejada Galindo

2 REPLIES 2

former_member195698
Active Contributor
0 Kudos

Check this link for Sample BDC program

Check this link for BDC on a transaction with TABSTRIP.

<b><REMOVED BY MODERATOR></b>

Regards,

Abhishek

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

First of all, I am assuming you are trying to do a BDC on QE51N, and if so I am not sure why you want to do a BDC on QE51N. You should be the standard BAPI BAPI_INSPOPER_RECORDRESULTS, if you are trying to record results. For other functions like creating a lot, or creating a point, there are standard BAPIs also. If you have to use a BDC for recording results, do a BDC on QE11.

Albert