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

Transport syntax error: component missing

Former Member
0 Likes
2,797

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:

10 REPLIES 10
Read only

former_member740002
Discoverer
0 Likes
2,635

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.

Read only

Former Member
0 Likes
2,635

Yes, the bapi exists in the target system( the same version)

Read only

tom_wan
Product and Topic Expert
Product and Topic Expert
2,635

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.

Read only

Former Member
0 Likes
2,635

Hello,

BAPI2080_NOTHDRI is a structure and is active, from what i can see only Runtime Object Check is available.

Runtime Object is Consistent

Read only

matt
Active Contributor
0 Likes
2,635

Check the structure ZBAPI2080_NOTHDRI.

Read only

Former Member
2,635

The same as BAPI2080_NOTHDRI. Is active and runtime object is consistent

Read only

matt
Active Contributor
0 Likes
2,635

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!

Read only

tom_wan
Product and Topic Expert
Product and Topic Expert
0 Likes
2,635

Did you try "Recursive Check"?

If nothing is wrong, just try re-activate the structure again.

(no more further idea)

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,635

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.

Read only

matt
Active Contributor
0 Likes
2,635

Can you show us the object list of the transport you used?