You are watching the forum "ERP - Logistics Materials Management (MM)", which was updated on Dec 27, 2011 9:03:31 PM by Jürgen L..
Subject: Re: LSMW : Long text not visible after the import of data
Message: if you want avoid ABAP coding, then you have add the leading zeros already in your source.
the function module knows based on the field that receives the value how much leading zeros it has to add.
if you use a interim field with a field length equal to the material number data: hmat type mara-matnr.
instead of the field /SAPDMC/LTXTH-NAME
as output parameter to the function module then you get the right value,
you finally have to add another statement to get the nubmer into the right field
/SAPDMC/LTXTH-NAME = HMAT.
To view the forum, visit:
http://forums.sdn.sap.com/forum.jspa?forumID=245.
To view the thread, visit:
http://forums.sdn.sap.com/thread.jspa?forumID=245&threadID=2103996
------------------------------
Mandatory Disclosure Statements: http://www.sap.com/company/legal/impressum.epx
This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.


No comments:
Post a Comment