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

debmas

Former Member
0 Likes
555

Hello all,

I have a requirement here. I have to retrieve ship-to and delivery plant from customer tables and need to create an IDOC.

Can I use debmas06 idoc type for this req? I am just wondering why to use the standard one only for 2 values?

Next one is, if I need to create an outbound IDOC for this idoc type, how can I do that? An example would be of great help.

Thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
518

Hi Somen,

Yes, you can use IDoc type DEBMAS06 to generate/retrieve customer ship-to and delivery plant.

If you don't want to send additional data within the IDoc, you can reduce the message type to allow only above information available in IDoc.

To generate the DEBMAS06 IDoc, you can use program RBDSEDEB (t/code BD12).

Hope this will help.

Regards,

Ferry Lianto

Hi Somen,

Yes, you can use IDoc type DEBMAS06 to generate/retrieve customer ship-to and delivery plant.

If you don't want to send additional data within the IDoc, you can reduce the message type to allow only above information available in IDoc.

To generate the DEBMAS06 IDoc, you can use program RBDSEDEB (t/code BD12).

Hope this will help.

Regards,

Ferry Lianto

2 REPLIES 2
Read only

Former Member
0 Likes
519

Hi Somen,

Yes, you can use IDoc type DEBMAS06 to generate/retrieve customer ship-to and delivery plant.

If you don't want to send additional data within the IDoc, you can reduce the message type to allow only above information available in IDoc.

To generate the DEBMAS06 IDoc, you can use program RBDSEDEB (t/code BD12).

Hope this will help.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
518

> Hello all,

>

> I have a requirement here. I have to retrieve ship-to

> and delivery plant from customer tables and need to

> create an IDOC.

>

> Can I use debmas06 idoc type for this req? I am just

> wondering why to use the standard one only for 2

> values?

<b>Even though you need only two fields it is not recommended to create a new message/idoc type. This is only done when your data is not supported by any of the standard messages!</b>

> Next one is, if I need to create an outbound IDOC for

> this idoc type, how can I do that? An example would

> be of great help.

<b>you mean, example for IDOC config/steps?</b>