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

Call Transaction / Submit Program

Former Member
0 Likes
689

Hello All,

I have two ABAP reports : Report A & Report B.

Report A has selection screen similar to Report B, where report A needs to send data to selection screen of Report B.

Report B should be processed displaying its list display & should return its control back to Report B.

This can be easily achieved by using SUBMIT program(Report B) with values from Report A.

But my report B is made to run only via a TCode(ZEXECUTE) & hence when i submit program it is not executed

as sy-tcode value in such case comes as SE38 .

Further , Call Transaction (ZEXECUTE) using bdc_tab helps in passing the TCode & respective selection screen values

correctly to Report B , but i am not able to see the outputs of the same.

Please Note : I am not authorized to do any changes in Report B , so whatever i can try is from Report A itself.

Kindly Help,

Sudeep

3 REPLIES 3
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
583

Hi Sudeep,

But my report B is made to run only via a TCode(ZEXECUTE) & hence when i submit program it is not executed

as sy-tcode value in such case comes as SE38 .

Do you mean there is a hardcoding in Report B to check the t-code?

Further , Call Transaction (ZEXECUTE) using bdc_tab helps in passing the TCode & respective selection screen values

correctly to Report B , but i am not able to see the outputs of the same.

What is the display mode you're using when doing via CALL TRANSACTION?

BR,

Suhas

Read only

Former Member
0 Likes
583

HI Suhas ,

Firstly thanks for replying.

1) Do you mean there is a hardcoding in Report B to check the t-code?

Yes.

2) What is the display mode you're using when doing via CALL TRANSACTION?

Currently i am passing it as "A" , but still not able to get any output.

Report A provides report B all the required values along with 'BDC_OKCODE' '=ONLI'

for executing the same. The report gets processed , but i am not able to see any list display.

Thanks,

Sudeep

Read only

0 Likes
583

Hi ,

Can u post your problem in detail???

Megh