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: 

Function module

Former Member
0 Kudos

hi can anybody help me on using

call_screen_XXXX, function module.

i want to copy one standard screen in change mode.

thanks in advance.

krishna.

5 REPLIES 5

Former Member
0 Kudos

CALL_SCREEN_XXXX Calling source/destination screen

Functionality

This function calls the source or destination screen depending on the content of the transfer order. For the display of the transfer order items the appropriate screen will be selected.

Parameters

I_FIELD_NAME

I_LINE_NUMBER

I_SCREEN_NUMBER

I_SCREEN_TYPE

I_POST_CHANGE

I_ACTVTY

O_SCREEN_FCODE

O_FIELD_NAME

O_LINE_NUMBER

O_PREV_SCREEN

T_SCREEN_FIELDS

T_APPLIC_DATA

T_BULK_CONF

Exceptions

FAIL_IN_CALLING_SCREEN

FAIL_IN_PHYSICAL_SCREEN_NUMBER

Reward Points if useful.

Former Member
0 Kudos

Hi,

Go to SE51 >>> Enter the program name and screen name you want to copy and then select the copy button on the application tool bar.

Regards,

Pankaj

Former Member
0 Kudos

Hi,

this FM is used for

CALL_SCREEN_XXXX: it is used for calling source/destination screen.

please reward points if it is useful,

Regards,

satish.

Former Member
0 Kudos

CALL_SCREEN_XXXX is used to call a particular screen of a particular program..

But what are you going to do copying a standard screen & changing it??

Regards

ANUPAM

Former Member
0 Kudos

Thanks.