cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform in different servers.

Former Member
0 Kudos

Hi gurus,

My requirement is that i need to print a particular text in the smartform .this text should appear in the developement server and quality server but not in the production server.

is there is any condition by which we can restrict the display of the text in different servers.The developement server has system id DE1 and quality ME1 and production PE1.

Is there any way we can use these system ids as these are uni

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

U can check the system variable SY-SYSID, here u can find the Server ID:

IF SY-SYSID = 'DE1' OR SY-SYSID = 'ME1'.

ENDIF.

Max

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Boss,

Use system field sy-sysid.

Best Regards,

Narasimha Rao.