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

Screens

Former Member
0 Likes
501

I was implementing a BAdI and had to do this..

<b>

Create a screen of type 'Subscreen'. Assign the required fields to the screen</b>

Can anyone explain ..

I opened se51 and tried to start but could not understand ..like do I have to create a z program ? and do I have to pick the screen number from the transaction?If not what number do I have to mention ?

Anyone please help me out.

I was implementing a BAdI and had to do this..

<b>

Create a screen of type 'Subscreen'. Assign the required fields to the screen</b>

Can anyone explain ..

I opened se51 and tried to start but could not understand ..like do I have to create a z program ? and do I have to pick the screen number from the transaction?If not what number do I have to mention ?

Anyone please help me out.

3 REPLIES 3
Read only

Former Member
0 Likes
476

Hi

Your screen has to be a subscreen, so set SUBSCREEN in the attribute of the screen.

In this screen you have to insert your fields.

U should create the subscreen in a function group

Max

Read only

Former Member
0 Likes
476

Hi Bharat,

Yes, you have to use the zprogram name and give any screen number. In attributed the screen type should be 'subscreen'. And we need to write your code in flow logic.

The corresponding zprogram will be created, you can check this program in se38 also.

Regards,

Satya.

Message was edited by: Satyanarayana Sayana

Read only

0 Likes
476

Hi Sayana,

When I gave a z name as program name and some number like 509 as screen number and cick on create ,It says the program doesnot exist.

What should I do now?