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

Vendor Master Upload

Former Member
0 Likes
614

hi,

Am facing a problem whileuploading the vendor master.First i have uploaded the details using the standard program RFBIKR00.It is working fine.Then I need to upload the missing address details using the idoc <b>ADRMAS</b>( message type ADRMAS & IDOC type: ADRMAS03). There is a segment for telephone number (E1BPADTEL) available with the idoc type.I can follow the steps & do the upload.

But the problem is if mobile number is in the flat file with the telephone number, then we need to generate the segment E1BPADTEL again & pass the consnumb as '002'.I am strucked at this point as I don't know to generate the segemnt again.

Please help and Thanks a lot.

hi,

Am facing a problem whileuploading the vendor master.First i have uploaded the details using the standard program RFBIKR00.It is working fine.Then I need to upload the missing address details using the idoc <b>ADRMAS</b>( message type ADRMAS & IDOC type: ADRMAS03). There is a segment for telephone number (E1BPADTEL) available with the idoc type.I can follow the steps & do the upload.

But the problem is if mobile number is in the flat file with the telephone number, then we need to generate the segment E1BPADTEL again & pass the consnumb as '002'.I am strucked at this point as I don't know to generate the segemnt again.

Please help and Thanks a lot.

2 REPLIES 2
Read only

gajendra_bhakuni
Product and Topic Expert
Product and Topic Expert
0 Likes
437

Hi,

If you look at the structure of the IDOC type in WE30 you will see that the cardinality of segment E1BPADTEL is 1:999999999 (i.e. min number of this segment is 1 and the max can be 999999999).

Hence this segment will be automatically generated if there are multiple telephone numbers (just like in a sales order there is one header and multiple items).

Just the mapping from file to idoc segment needs to maintained somewhere (I this you have a program which does this mapping).

Hope this helps.

Regards,

Gajendra.

Read only

Former Member
0 Likes
437

I have created the segment programattically with in the LSMW.