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

calling standard program

Former Member
0 Likes
456

Dear Experts,

I have writen a Z program which converts the format of the output file, i need to execute the standard program rfebck00 after execution is completed i need the final output values back in my Z program for further process..

I tried with the submit and return ...but it is not working ,

I'm getting the output but after I pressed the back button its going to my program but user is not willing to press back button Is there any other way to do the above requirement...

thanks in advance

Hema

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
428

Hi,

I could not able find RFECHK00 in my system. I am using 4.7

aRs

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
429

Hi,

I could not able find RFECHK00 in my system. I am using 4.7

aRs

Read only

Former Member
0 Likes
428

Hi,

Please try to use FM ABAP4_CALL_TRANSACTION to call transaction FCKR (report program RFEBCK00). Perhaps you can setup the table parameter USING_TAB for BDCDATA of back button.

Regards,

Ferry Lianto