2012 Aug 23 7:49 AM
Hi gurus,
can anyone tell me how to call this standard pgm RKAEP00(Programe name of tcode ksb1) from z program without using submit statemnt..
anyone post sample code here..
thanks in advance..
2012 Aug 23 7:55 AM
you can use call transcation 'KSB1' for calling that program through ksb1.
2012 Aug 23 8:38 AM
2012 Aug 23 8:06 AM
Please explain first why you don't want to use SUBMIT. Is this an actual issue or a theoretical exam-type question?
Thomas
2012 Aug 23 8:06 AM
- True program name is RKAEP000. Did you try to use a CALL TRANSACTION 'KSB1' using a bdcdata internal table ?
- Why don't you want to use SUBMIT, are you aware of the USING SELECTION-SCREEN 100 option ?
- Did you perform a where-used of the program, If you did you could identify a hidden parameter p_tcode used in standard call that could subtitute prevous solution
- Did you read the source of the report, you could have find the FM K_LINE_ITEMS_SELECT_AND_LIST ?
Regards,
Raymond
2012 Aug 23 8:30 AM
Hi,
Insted of Submit you can use Call transaction or leave transaction. Check the bellow links for reference.
Check this link for Call Transaction
http://members.tripod.com/sap_abap/call_tra.htm
Leave to transaction tcode
Check this link for Leave to transaction tcode
http://www.geocities.com/siliconvalley/campus/6345/leave_03.htm
or you can use fm ISU_M_REPORT_SUBMIT.