cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Script form

Former Member
0 Kudos

Hi,

I make changes in sap script form and after that I want to save with new request but at the time of saving it not asks for new request.

Please any body can explain how to create new request at the time of saving form.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Check for the previous transport request. Delete the request from se09.

Then use either rstxtran or go to the Sapscript and then save it. It will surely ask for the new request.

Regards,

Aman

Former Member
0 Kudos

Hi,

The previous request might not have got transported, so the changes what you did got saved under the same request.

If there is no problem you can sk them to transport the same.

When ever you are making changes to teh SAPSCRIPT or SMARTFORM you have to check whether it is locked under any request.

Former Member
0 Kudos

Hi ,

As a new request is not getting created it means that the form is saved in some other request which has not been released yet, if you want to find the request in which it has been saved then go to transaction se10 and expand all the requests then find the name of your form.

Once you get the request no in which your form was saved you may then either relase that request and remember do not transport that request since it might contain other modifications in other developments which you might not want to transport and create the new reqyuest for your form by saving your form or you may delete your form name in that request that is delete the object in that request and then create a new one by saving the form once again.

Regards,

Sunmit.

Former Member
0 Kudos

Hi

If the system didn't ask you to create a new request it can mean:

- Your sapscript is just assigned to a request not released yet: in this case you have to release the old request before doing the modification;

U can look for the request by trx SE03:

- Run trx SE03;

- Run the option: Search for objects in a request;

- Insert the object type FORM and the name of your SAPSCRIPT;

- Your sapscript is a local object: in this case you have to assign a development class.

U can assign a new dev class to it by trx SE03:

- Run trx SE03;

- Run the option: Change Object Directory Entries;

- Insert the object type FORM and the name of your SAPSCRIPT;

Max

Former Member
0 Kudos

hi,

use rstxtran program and execute the program and add the new request to ur form.

hope it works

Former Member
0 Kudos

its means that ur privios request is open just search this request in se09. new request automaticly reflect in privious one..

for craeting new request 1st u have to release privious request.