cancel
Showing results for 
Search instead for 
Did you mean: 

Text element not triggered in sap script

Former Member
0 Kudos

Hi, all

I tried to execute the transaction ME32L for scheduling agreement, for particlulat output type and document type standard text has been printed. But if the document type change then the standard text is not printing.Text element is triggered, but after that some if condition is there, even its not checking the condition at all. Please reply asap.

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Yes, i am talking about in debugging mode. In debugging mode only the control is not commimng to the if condition

Former Member
0 Kudos

I have done the same thing whatever you are saying, i am talking about for one document type the standard text is printing, as it is going inside the If condtion. If the document type change it not at all going inside the if condition eventhough the condtion is matched,

E is the text element.

/E PO_TERMS

> /: IF &NAST-KSCHL& = 'ZGSA' AND &EKKO-BSART& = 'ZGLP'.

/: IF &EKKO-BUKRS& = '6200'.

/: INCLUDE ZM_SA_TERMS_6200 OBJECT TEXT ID ST PARAGRAPH Y6 LANGUAGE EN

/: ENDIF.

/: ENDIF.

I have put a break point in print program on text that text element, even the control is commimng to the script editor, but after that it not going to the script.

Reply soon

Former Member
0 Kudos

Hi,

Why dont you try this way. in SE71,

Goto Utilities-->Activate Debugger & theh execute the Transaction. it will give you more clear picture.

Former Member
0 Kudos

Hi

Make sure you have activated the standard text(so10).

If you developing in 100 client and testing in 200 client,then you need to copy it to 200 client.

When ever make changes in so10,everytime u shud activate and copy to testing client.