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: 

no_dynpro_number

Former Member
0 Kudos

I have a normal screen (100) and as I have defined Tabstrip with 4 fields.

I then applied for these 4 tabstripfelder 4 Subscreendynpros (101,102,103,104)

I get when running the program the following message:

Call subscreen z_programm no_dynpro_number 0100.

what can be wrong?

1 REPLY 1

Former Member
0 Kudos

HAI,

did u create a Subscreen Area?

Call subscreen statement should be like:

PBO:

CALL SUBSCREEN Subscreen_Name

INCLUDING Name_of_ur_Program

Subscreen_Number.

PAI:

CALL SUBSCREEN Subscreen_Name.

Best Regards,

rama