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

Function module

Former Member
0 Likes
517

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
Read only

Former Member
0 Likes
472

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.

Read only

Former Member
0 Likes
472

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

Read only

Former Member
0 Likes
472

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.

Read only

Former Member
0 Likes
472

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

Read only

Former Member
0 Likes
472

Thanks.