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: 

CREMAS IDOC Issue

vadrevu_kk
Participant
0 Kudos

Hi All,

Please help mw to populate search term2 and house numebr in vendor master data through IDOC. I couldn't find any fields for these.

Thanks In Advacne.

Kiran.

2 REPLIES 2

Former Member
0 Kudos

Hello Kiran,

They don't seem to be the standard LFA1 fields. CREMAS will send only the standard fields. Please go to SE11 and check if these fields are added as an INCLUDE/APPEND. I wrote a program to udate the custom fields of LFA1 when such a situation came for us. We downloaded the fields from the source, saved as a CSV file and then executed the program in the destination to update LFA1 with the values from the file. This works if you don't have really huge number of data. If you have a lot of them, you may have to go with extending the Basic type to include the other fields too.

Pls update if this works for you!

Thanks and Regards,

Shiny Jerix

Former Member
0 Kudos

Hi Kiran,

Try using BDC / LSMW or copy and create Custom CREMAS and do the changes in it.