cancel
Showing results for 
Search instead for 
Did you mean: 

Vendor number is not supplied in the text file for the idoc.

Former Member
0 Kudos

Hi Experts,

I am doing file to idoc scenario where ADRMAS03 and CREMAS05are posted simultaniously and in our case we are not getting vendor number from the input text file to map one of the field in ADRMAS03 idoc. As vendor number is manditory we are unable to post the idoc.

Can any one please suggest ...............

Thanks in advance,

Naveen.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member750652
Contributor
0 Kudos

Hi Naveen,

In adition to the above points from the experts. If Your integration is of B2B and EDI format is involved you will have to contact the trading partner (flat file provider/Sender) for the absense of Vendor number and it being mandatory mandatory per the mapping guidelines (Trading partner guidelines).

Thanks,

Ram.

prateek
Active Contributor
0 Kudos

In the mapping step, you may map some vendor number. This could be retrieved from some other system or else you may assign some constant. In case you provide some constant, you will have to handle change of this data at the receiver end at inbound process code assigned in partner profile.

Regards,

Prateek

former_member208856
Active Contributor
0 Kudos

Hi,

There are two options, use RFC Function Module in BPM, this RFC function module will pick the value of Vendor number from ECC System and will pass the same into the idoc during mappping.

second option, you can make the necessary changes in IDOc processing code at ECC, when the process code will process that idoc, it will pick vendor number first before processing.

Sandeep

Former Member
0 Kudos

Hi Sandeep,

Thanks for your valueable reply, Could you please explain in detail how to use RFC Function Module in BPM. So that it would be very helpfull for us.

Thanks in advance,

Naveen.

prateek
Active Contributor
0 Kudos

First you have to identify that is there an RFC in the SAP system which could be used to get the vendor number based on some input provided. Then you can use lookup functionality of XI to call RFC.

Check for RFC lookup blogs on SDN. In the transformation step or your mapping, you may use this RFC lookup.

Regards,

Prateek

former_member208856
Active Contributor
0 Kudos

Hi,

check the below link : it is without BPM, it will be helpful for you.

https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file-rfc-file%2528without+bpm%2529&;

Sandeep