‎2009 Jun 11 7:51 PM
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
‎2009 Jun 11 7:54 PM
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
‎2009 Jun 11 8:07 PM
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.
‎2009 Jun 11 8:12 PM
submit rsbdcsub using selection-set session_name and return.Where session_name is the name of your BDC session.
Rob