‎2010 May 26 9:28 AM
hi .
I try to use a batch input in order to execute transaction SE30 in a sub screen of my specific program , i have confusion to input my perform batch_input in my pai , because the sreen result appear in a different screen ( not in the subcreen specified ) can i have some advices to correct the problem .
with my best reagards .
‎2010 May 26 10:28 AM
Hi,
how about if you use the Transaction Recorder (SHDB) for that ?? System will tell you the code that you need.
‎2010 May 26 10:45 AM
this is what i do to call my batch input , i use the recorder to identify the name and the dynpro of the program , after i use call transaction with the batch input folder .
but the problem is to put the dynpro result in a specified subscreen .
‎2010 May 26 10:55 AM
Hi,
I don´t understand what you pretend. Are you trying to execute the ABAP runtime analysis and you want to display the result in a dynpro of type subscreen ??
‎2010 May 26 11:09 AM
Exactly , this is my problem . i want to load the screen of the result in a subscreen .
think for your advices .
‎2010 May 26 11:16 AM
Hi,
the requirement is really strange and your logic is even stranger. You have to debug programme in SE30 for thinking about a solution. When you press button "evaluate" programme is calling another programme (SAPRSAT0), which is responsible for displaying the graphics. SE30 is passing a URL to the programme where the date resides, like /usr/sap/RD1/DVEBMGS08/data/AT080000, which you find in AL11.
Perhaps you could read that information, call the second programme and include it in your dynpro.
‎2010 May 26 11:26 AM
thinks for the responses , i m thinking on that solution but i the problem is that i dont have enough time to debug on SE30 . this will my be the last solution .
‎2010 May 28 9:01 AM
hi ,
i have now an error when calling the transaction SE30 with BCDATA , it give me the result of my last check , the new problem is not cheched .
Do you have some advices .
best regards .