2010 Mar 11 7:35 AM
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.
2010 Mar 11 2:18 PM
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?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |