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: 

Put additional data in an IDoc segment

Former Member
0 Kudos

Hi

I have an outbound file type WBBDLD to send article information to an outsider.

In the segment E1WBB10 there is a field stored MAKTM, which contains the Article Description.

However, in my Article Information (the screen you get from transaction MM) there are multiple Article Descriptions under "Additional Data". The name is stored in 3 different languages (EN/FR/NL)

Is there any way to get 3 segments E1WBB10 in my Idoc, each containing one of the Article Descriptions?

Please explain in basic steps, as I'm only working with SAP for a week and still learning...

Kind regards,

Stijn.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Stijn,

Hope you are using the IDOC type WBBDLD06. In this Segment E1WBB10 can contain 100 rows of data. Please find the attachment. Find the User exit in the process code function module. Write the custom code to add the description to the segment E1WBB10.

Cheers

~Niranjan

3 REPLIES 3

Former Member
0 Kudos

Hi Stijn,

Hope you are using the IDOC type WBBDLD06. In this Segment E1WBB10 can contain 100 rows of data. Please find the attachment. Find the User exit in the process code function module. Write the custom code to add the description to the segment E1WBB10.

Cheers

~Niranjan

0 Kudos

Is there a way to do this without actually writing code? I'm afraid this is way over my head, I'm still trying to find my way around the software.

Either way, thanks for your reply.

0 Kudos

Hi Stjin,

Function modules MASTERIDOC_CREATE_REQ_WBBDLD, MASTERIDOC_CREATE_SMD_WBBDLD and MASTERIDOC_CREATE_WBBDLD are used for IDOC processing of the Generate Assortment List. I gone through the code. I think we cant add the text in all languages without the code changes.

Cheers

~Niranjan