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

how to link a bdc session method program to sm35 Tcode

Former Member
0 Likes
485

hi experts, i need to upload data of Cost Center (ks01) from excel file to sap using BDC session method via selection screen that i have designed.

even i have done this but now i want to move to SM35 soon after executing the program insted of executing SM35 independently,in order to process the session according to his or her choice.

Is there any way to do this ?

plz help me out.

Thank you.

Edited by: praveenkr on Jun 11, 2009 8:53 PM

3 REPLIES 3
Read only

Former Member
0 Likes
404

After creating the BDC session, the program can then submit RSBDCSUB. If you search the forum for this program, you will get lots of information.

Rob

Read only

0 Likes
404

Thanks Rob.

but i am a bit confused. Do i need to write

SUBMIT RSBDCSUB via SELECTION SCREEN.

If i do so, then how i will move to SM35 to choose the session to process acording to end-user wish.

thank you.

Read only

0 Likes
404
submit rsbdcsub using selection-set session_name and return.

Where session_name is the name of your BDC session.

Rob