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

Header alternative LSMW

Former Member
0 Likes
566

Good day gurus,

I am trying to upload routing data through LSMW Direct Input method and I encountered the message "No header alternative for specified object exists".

What would cause this? How can I remedy it?

Thanks in advance

Good day gurus,

I am trying to upload routing data through LSMW Direct Input method and I encountered the message "No header alternative for specified object exists".

What would cause this? How can I remedy it?

Thanks in advance

1 REPLY 1
Read only

Former Member
0 Likes
434

Hi Villa,

chk this BAL_OBJECT_SUBOBJECT it wil Checks whether object and subobject exist and the combination is allowed

APPL_LOG_WRITE_SINGLE_MESSAGE With this function module you write a single message, without parameters, in local memory. If no header entry has yet been written for the object or sub-object, it is created. If you do not specify an object or sub-object with the call, the most recently used is assumed

see this link

http://www.123eng.com/forum/viewtopic.php?p=18812

thanks

karthik