cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing Cheque no

Former Member
0 Kudos

I am using Tcode j1incert for TDC Certificate printing in sap ecc6.0.

I am not getting the cheque no in the form out put.

The sapscript form name is : J_1IEWT_CERT

Can anybody suggest with coding to capture the cheque no ?

thanks

kumar n

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi,

If in the script debugger mode the location where the field is being displayed is not reached then check for the text element in the code whether it is specified correctly or not.

Also check for the window height where the field is being displyed.

Regards,

Ram

Former Member
0 Kudos

Hi,

Check first in debugging whether the relevant field is getting populated or not.

If not then put a break point in the print program to check why it is not getting populated.

Then if it is getting populated in the print program then debug the script and check the location where the field is being displayed.

Hope it is clear.

Regards,

Ram