Application Development 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: 

Execute IP30(RISTRA20) from report

xehan007
Explorer
0 Kudos

Hi,

I am facing problem in executing IP30 (maintenance plant scheduling) tcode from report background. i have tried using submit and return, in this case, it is executing but not returning to the caller program, it remains on the screen and after clicking back button it returns to the calling program. Is there any other way....I can do it easily.....please help...

Regards

SUBMIT RISTRA20
    WITH SELECTION-TABLE lt_seltab AND RETURN.
2 REPLIES 2

NTeunckens
Active Contributor
0 Kudos

Please check SAP ONE Support on SAP-KBA's related to "RISTRA20" Performance. There are many KBA's related to Endless Loops and Dynpro / BDC Issues ... See SAP-KBA 984177 : link

Perhaps run Trx."ANST" for Trx."IP30" in online mode in test environment and check for Missing KBA and / or Active UserExits / BAdI's that might put a strain on General Execution or Performance ...

xehan007
Explorer
0 Kudos

Thank's for your reply...mainly i am developing a abap report form which i want run RISTRA20 program in background for a single plant warpl..

but i am unsuccessful.............can you please provide some example code..to do this....