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

request number

Former Member
0 Likes
612

Suppose i have created on sap script and saved in devlopment server with request number.

suppose i want to see that request number in sap script itself , without going to se01 then how i will chk that.

need help.....

thansk......

regards.....

bye....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

i don't think sap script have functionality of version managment like reports program.

but in administrative data u can check the time and user who make the changes on sapscript.

4 REPLIES 4
Read only

Former Member
0 Likes
587

i don't think sap script have functionality of version managment like reports program.

but in administrative data u can check the time and user who make the changes on sapscript.

Read only

Former Member
0 Likes
586

Hi Chang,

I guess because scripts dont have version managemenet you just want a way to find the transport to which the script is attached rather than having to check every transport under your id.

One way is go to table E071 and search for the tranpsort by entering the following search criteria

Program ID : R3TR

Object Type: FORM

Object Name : <your script name>

This will return you all the transports that your script was related to and is related to.

Hope this helps.

Aditya

Read only

Former Member
0 Likes
586

Hello Chang,

<b>VERSION CONTROL IN SAPSCRIPT AND SMARTFORMS ARE NOT POSSIBLE!!</b>

You could look the Tcode SCC1.

Vasanth

Read only

Former Member
0 Likes
586

Give the form name in table E071 - Object field and check the latest Transpor request for the same .

Verisons are not maintained for scripts .

regards,

vijay.