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

Idocs- not to overwrite client data

Former Member
0 Likes
788

Hi all,

I am using CREMAS03 and I have an interesting requirement.

I am using file port, so on the load side I have a conversion program which manipulates idoc file and creates idocs from it.

The requirement is that I have to retain the basic data ie client level data ( like LFA1 , LFB1 etc) and extend views like LFM1 etc.

I tried with the MSGFN field but it didnt work.

Does anyone has any idea ?

Thanks & Regards,

Ankur

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
715

Hi Ankur,

Just a thought, since you say you have a conversion program that creates the IDOCs.

Can you read the client data of the vendor and fill the corresponding segments of your IDOC with the selected data and then use the file contents for the extended view data segments? Basically ignore what you are getting on the file as far as the client data is concerned, yet fill the corresponding IDoc segments from the database.

Hope this helps,

Srinivas

3 REPLIES 3
Read only

Former Member
0 Likes
716

Hi Ankur,

Just a thought, since you say you have a conversion program that creates the IDOCs.

Can you read the client data of the vendor and fill the corresponding segments of your IDOC with the selected data and then use the file contents for the extended view data segments? Basically ignore what you are getting on the file as far as the client data is concerned, yet fill the corresponding IDoc segments from the database.

Hope this helps,

Srinivas

Read only

0 Likes
713

Hi Srinivas,

Thanks for reply.

Actually I was trying to avoid this scenario.

Anyways I hsve solved the problem.

Thanks & Regards,

Ankur

Read only

0 Likes
713

Hi Ankur,

Can you let the forum know of your solution please, so that others in similar situation might find it useful?

Thanks,

Srinivas