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: 

SAP Script Doubt

Former Member
0 Kudos

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

Former Member
0 Kudos

u need to use client authentication to solve this issue.

3 REPLIES 3

Former Member
0 Kudos

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

you have to create a customizing request for this..

Former Member
0 Kudos

u need to use client authentication to solve this issue.

Former Member
0 Kudos

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.