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

subcreen and batch input

Former Member
0 Likes
1,091

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 .

7 REPLIES 7
Read only

Former Member
0 Likes
1,033

Hi,

how about if you use the Transaction Recorder (SHDB) for that ?? System will tell you the code that you need.

Read only

0 Likes
1,033

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 .

Read only

0 Likes
1,033

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

Read only

0 Likes
1,033

Exactly , this is my problem . i want to load the screen of the result in a subscreen .

think for your advices .

Read only

0 Likes
1,033

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.

Read only

0 Likes
1,033

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 .

Read only

0 Likes
1,033

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 .