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

Problem in structure of script

Former Member
0 Likes
472

Hi,

I have a sap script which when run gives an error

Element 0031 window INFO is not defined for ZF_DUZI_01

When I debug the code the error comes at the following code :

0030

Datum

&RFDUZI01-AS_DATUM&

Unser Sachbearbeiter

&FSABE-SALUT& &FSABE-LNAME&

Telefon

&FSABE-TELF1&&' - 'FSABE-TEL_EXTEN1&

Telefax

&FSABE-TELFX&&' - 'FSABE-FAX_EXTENS&

Ihr Konto bei uns

&RFDUZI01-KUNNR&

Unser Konto bei Ihnen

&KNB1-EIKTO&

Rechnungsnummer

&RFDUZI01-XBLNR&

I thought of checking the data for the customer but RFDUZI01, FSABE are structures so I could not check the data. Please suggest if it is happening because the data is available or it can be rectified by making some changes to the code written above.

Any pointers will be really helpful.

Hi,

I have a sap script which when run gives an error

Element 0031 window INFO is not defined for ZF_DUZI_01

When I debug the code the error comes at the following code :

0030

Datum

&RFDUZI01-AS_DATUM&

Unser Sachbearbeiter

&FSABE-SALUT& &FSABE-LNAME&

Telefon

&FSABE-TELF1&&' - 'FSABE-TEL_EXTEN1&

Telefax

&FSABE-TELFX&&' - 'FSABE-FAX_EXTENS&

Ihr Konto bei uns

&RFDUZI01-KUNNR&

Unser Konto bei Ihnen

&KNB1-EIKTO&

Rechnungsnummer

&RFDUZI01-XBLNR&

I thought of checking the data for the customer but RFDUZI01, FSABE are structures so I could not check the data. Please suggest if it is happening because the data is available or it can be rectified by making some changes to the code written above.

Any pointers will be really helpful.

1 REPLY 1
Read only

Former Member
0 Likes
412

looks like you have an /E 0030, but where's the /E 0031? The program is apparently trying to send data to element 0031, but that's not in your display here. Do you have an /E 0031 in the Script layout set?