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

scripts urgent

Former Member
0 Likes
544

hi to all,

i have a dought, i wrote text in so10 and included in form

but how to transport this text to other server. since when testing ihe text is not printing in dunning forms.

plz help me

Thanks & Regards

Kranthi Revuri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
512

hi

use program RSTXSCRP

3 REPLIES 3
Read only

Former Member
0 Likes
513

hi

use program RSTXSCRP

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
512

Please try to use program RSTXTRAN.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
512

Hi Kranthi,

Here is a example, you specify MANDT which is your Clint , SAP specify it 800:

DATA WA TYPE SCARR.

DATA NAME(10) VALUE 'SCARR'.

SELECT *

INTO WA

FROM (NAME) CLIENT SPECIFIED

WHERE MANDT = '000'.

Regards.

Ankur Grag.