‎2021 Apr 20 9:09 AM
Hello,
I have a problem with a transport.
Error on Generation of programs and screens (return code 8).
Syntax error in line 000148: The data object 'LS_HEADER' does not have a component called 'ZZDATPLF'.
DATA: ls_header type bapi2080_nothdri.
*---------------------------------------
**** Code inserted by me
*---------------------------------------
call function 'CONVERSION_EXIT_ALPHA_INPUT'
exporting
input = ls_zstructure-aufnr
importing
output = ls_zstructure-aufnr.
*---------------------------------------
**** End of code inserted by me
*---------------------------------------
ls_header-zzdatplf = sy-datum.
ls_header-zzdatpls = sy-datum.
ls_header-zzorapls = sy-uzeit.
ls_header-zzoraplf = sy-uzeit.
Structure BAPI2080_NOTHDRI:
‎2021 Apr 20 9:19 AM
hi.
does the bapi already exist in the system where you are transporting? if not, maybe transport the bapi first and try to re-transport your tr.
‎2021 Apr 20 9:33 AM
Yes, the bapi exists in the target system( the same version)
‎2021 Apr 20 9:44 AM
In se11, check the status of table/structure: whether they are active or not(maybe partly active.eg).
If they are already active, perform Runtime Object Check and Database Object Check from SE11>Menu>Utilities...to see whether there are something wrong.
‎2021 Apr 20 9:59 AM
Hello,
BAPI2080_NOTHDRI is a structure and is active, from what i can see only Runtime Object Check is available.
Runtime Object is Consistent
‎2021 Apr 20 10:09 AM
‎2021 Apr 20 10:19 AM
The same as BAPI2080_NOTHDRI. Is active and runtime object is consistent
‎2021 Apr 20 7:45 PM
Very odd then. Please let us know when you've got an answer. I don't think I can help further without being actually on the system!
‎2021 Apr 21 1:09 AM
Did you try "Recursive Check"?
If nothing is wrong, just try re-activate the structure again.
(no more further idea)
‎2021 Apr 20 3:07 PM
Are you sure you are checking in the system where the import is made?
Are you sure BAPI2080_NOTHDRI is completely activated, not partially?
If you checked everything, then look at SAP notes.
‎2021 Apr 21 5:59 AM