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

tabstrip in alv problem

Former Member
0 Likes
515

Hi,

I am writing a pgm on tabstrip in alv, for that i searched in website , i got a material in the website , i wrote the same pgm but iam getting an error in that program.

In screen 9001

PROCESS BEFORE OUTPUT.

MODULE STATUS_9001.

MODULE main_tab_active_tab_set.

CALL SUBSCREEN main_tab_sca

INCLUDING i_main_tab-subscreen.

PROCESS AFTER INPUT.

MODULE USER_COMMAND_9001.

MODULE main_tab_active_tab_get.

MODULE main_tab_active_tab_set.

in this program iam getting an error

error

-


statement concluding with "i_main_tab-subscreen" ended unexpectedly.

whats the error in that program

Hi,

I am writing a pgm on tabstrip in alv, for that i searched in website , i got a material in the website , i wrote the same pgm but iam getting an error in that program.

In screen 9001

PROCESS BEFORE OUTPUT.

MODULE STATUS_9001.

MODULE main_tab_active_tab_set.

CALL SUBSCREEN main_tab_sca

INCLUDING i_main_tab-subscreen.

PROCESS AFTER INPUT.

MODULE USER_COMMAND_9001.

MODULE main_tab_active_tab_get.

MODULE main_tab_active_tab_set.

in this program iam getting an error

error

-


statement concluding with "i_main_tab-subscreen" ended unexpectedly.

whats the error in that program

2 REPLIES 2
Read only

Former Member
0 Likes
484

Hi.

Please try.

Add program.

or

Add dynpro number.

  • Refer to the following.

CALL SUBSCREEN subscreen INCLUDING 'SAPMZpgm' '0910'.

Read only

0 Likes
484

Hi,

iam getting the output.

Thanks