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

SAP Script Doubt

Former Member
0 Likes
452

Hi All...

I have certain text that is being printed on sap script in the development server....now my client is asking that ...part of text should be available for development server and not for production server...

That is that text in SAP Script should be visible in Development server but not in Presentation Server...

So how do i write the code for this in the sap script....

Pleasee help...

Pablo

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
421

u need to use client authentication to solve this issue.

3 REPLIES 3
Read only

Former Member
0 Likes
421

use the program RSTXTRAN. to transport the standard texts. for dev to production

you have to create a customizing request for this..

Read only

Former Member
0 Likes
422

u need to use client authentication to solve this issue.

Read only

Former Member
0 Likes
421

Can u make use of the development server name

in the code

each sever will be with a name .

if sysname = ' '

perform ..

endif..

im not logged on to sap to give u the correct field name but u can try this option .

regards,

vijay.