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

Submit

Former Member
0 Likes
695

Hi,

Can you tell me what is meant by %_INTERNAL_%_SUBMODE_% in the statement

SUBMIT (report)

VIA SELECTION-SCREEN %_INTERNAL_%_SUBMODE_% 'VC'

AND RETURN.

Thanks,

Nidhi

3 REPLIES 3
Read only

Former Member
0 Likes
621

Hi

They are nothing but the Selection screen parameters

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
621

Hi,

VIA SELECTION-SCREEN %_INTERNAL_%_SUBMODE_% 'VC'

VIA SELECTION-SCREEN %_INTERNAL_%_SUBMODE_% 'VR'

Try these. These submit mode is to say whether the report variant is in save mode or not. Check the save button position for both.

Thanks and regards,

Pradip

Read only

Former Member
0 Likes
621

Hi,

VIA SELECTION-SCREEN %_INTERNAL_%_SUBMODE_% 'VC'

VIA SELECTION-SCREEN %_INTERNAL_%_SUBMODE_% 'VR'

Try these. These submit mode is to say whether the report variant is in save mode or not. Check the save button position for both.

Thanks and regards,

Pradip