cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with debugging in scripts

Former Member
0 Kudos

I developed the form in 055 client and testing in 051 client.

In my script i have commented text element 511 for line items descriptions and transported it to 051 client through solution manager.

I am testing in 051 client while debugging 511 text element descriptions are coming actually i commented in 055 client for 511 text element . I checked script in 051 client and 511 text element is commented but in the form while debugging values are coming from 511 text element and in the output the descriptions are coming .

please guide me the exact reason behind it.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check in 055 client that in which language you commented. in client 051 in which language it is triggering the form.

check this once, It may solve your problem.

Regards,

Hari reddy.B

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Directly Logon to 051 client

Throug SCC1 Tcode u can import the request.

SCC1--->Take the F4 at Transport Request and select u r request .

Check the 'Including Request Subtask' check box.

Then click 'Start Immediatly' Button.

It will import u r script in 051 client.

hope it'll help.

Regards,

Sneha.

Former Member
0 Kudos

I already transported through scc1 from 055 to 051 client after that only it is happend.

Former Member
0 Kudos

Hi,

First copy the script from source client to destination client using transaction code SCC1.

-->Execute SCC1 in destination client

-


>Provide transport request of script in development client

-


>Select check box including Sub tasks

-


> Then execute the SCC1 and then press Enter

-


>Then at status bar right end you can find transported successfully.

then you can start to Test the script by actuivating debugger.

Former Member
0 Kudos

I already transported through scc1 after that only it is happend.

Former Member
0 Kudos

Hai Srisai,

You need to move the script to client 051 before testing.

GOTO tcode SCC1 and transport it to 051 from 055.

(Script are client dependent).

Hope this will solve your issue.

Cheers,

Suvendu

Former Member
0 Kudos

Hi,

Scripts and Text elements are client dependent. please client copy the request of script from 055 to 051 using SCC1 tcode.

Regards,

Thilotham.

Former Member
0 Kudos

sap script forms are client dependant...

developing in one client, and testing in another client does NOT work.