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 call the standard program from zprogram without using submit statement ...

Former Member
0 Likes
1,137

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..

5 REPLIES 5
Read only

bharat_rathod2
Active Participant
0 Likes
804

you can use call transcation 'KSB1' for calling that program through ksb1.

Read only

0 Likes
804

Dear,

please use call transcation and reply.

Read only

ThomasZloch
Active Contributor
0 Likes
804

Please explain first why you don't want to use SUBMIT. Is this an actual issue or a theoretical exam-type question?

Thomas

Read only

RaymondGiuseppi
Active Contributor
0 Likes
804

- 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

Read only

Former Member
0 Likes
804

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.