Application Development 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: 

CREMAS05 - Factory Calendar field not getting populated

Former Member
0 Kudos

Hi All,

I am using Basic type CREMAS05 to upload vendor master data. But for some reason even if pass data to "E1LFA1M-PLKAL" it's not reflecting into SAP. Vendor is getting created but vendor calender field (LFA1-PLKAL) in Control tab is not getting populated.

And all other fields are getting populated as expected. Any idea what I am missing?

Any helpfull answers will be greatly appreciated.

3 REPLIES 3

Sougata
Active Contributor
0 Kudos

Paul,

Are you doing the upload via LSMW? In that case I suggest you put a break-point just before passing value to this field. If its successfully populated then single step though till when the Idoc does a Commit Work (as much as possible).

Also you might want to check for any messages (info/warning) thrown by the standard Idoc after the post. It might just give you a clue....It might be just that its a data or a config issue as a result it doesn't like it.

If all fails, OSS is a great place to search with particular field name...more often than not you'll find SAP has released a note which has not been applied to your system!

Hope this helps,

Cheers,

Sougata.

Former Member
0 Kudos

Thanks Sougata for your response.

Yes, I am using LSMW. The value is getting populated into IDOC, so I think LSMW mapping is good. I have already debugged the IDOC and in include "LKD02F01" data from IDOC strucutre "E1LFA1M" is transfred to BLFA1. But for somereason they are not copying values in fields PLKAL and DUEFL. And this is where my debugging stops.

I also searched OSS notes, no luck. I am just wondering that I might be missing something very small (because what's the point of field in IDOC if it's not being used to upload).

Thanks anyway for your tips.....

Message was edited by:

Paul Klieman

Former Member
0 Kudos

Hello Paul,

Did you get rid of this LFA1-PLKAL issue, I am also having similar issue...

regards,

JPS