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

Transaction data in IDOC...

Former Member
0 Likes
1,223

Hey hi guys ...

well i am here just want to clarify a doubt ..that wether transaction data can be sent in an IDOC...i heard only master data can be sent ....

well the issue is ... i want to intimate the legacy systems when even there is a change in the price ...

and that is a transaction data ... well i do have some idea about IDOCs ... i think in this case we need to use CHANGE POINTERS...

well it would be much appreciable if any one would help me out in this issue ...

more exactly with some examples ....

thanks and regards

chandu reddy

Hey hi guys ...

well i am here just want to clarify a doubt ..that wether transaction data can be sent in an IDOC...i heard only master data can be sent ....

well the issue is ... i want to intimate the legacy systems when even there is a change in the price ...

and that is a transaction data ... well i do have some idea about IDOCs ... i think in this case we need to use CHANGE POINTERS...

well it would be much appreciable if any one would help me out in this issue ...

more exactly with some examples ....

thanks and regards

chandu reddy

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
861

hi,

u can use CHANGE POINTERS method in ur case to transfer data.

use transactions BD61,BD52,BD56.

Read only

Former Member
0 Likes
861

Hi,

Change pointers are generally used to transfer master data.In case you want to push transactional data use Message Control. You have to do some settings through transaction NACE then decide the medium of transfer.

Harry

Read only

Former Member
0 Likes
861

Hello,

For Sending Transaction Data, such as

1. Sales Orders (Order Response)

2. Delivery Notification

3. Advanced Shipment Notification

using EDI, we can Use Message Control. That is, we configure an Output Type and make the Transmission medium as EDI (6 - EDI).

When certain conditions are satisfied while creating or Changing the Application Document (Per say Sales Order or Shipment), the Output Type is proposed automatically. And an Idoc with all the Information of Shipments, Deliveries, Sales Orders, Partner Information (Transaction Data Examples) will be sent to the Business Partner.

Hope it was clear.

More Technical Information would include

WE31 - Creating Segment Definition

WE30 - Creating a Custom or IDoc Extension

WE81 - Creation of Message Type

WE82 - Assignment of IDoc type to Message Type

WE41 - Process Codes

WE20 - Partner Profiles

WE21 - Port Definitions

NACE / VK01 - Message Control Configuration

Thanks and Regards,

Venkat Phani Prasad Konduri