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

idocs created

Former Member
0 Likes
399

Hi all,

How is idocs created when there is a change in any one of these fields EAN,Division,Material Type,Material Group,Volume,Product Hierarchy, Gross weight in general data screen or sales data screen. can u tell me wats the ways of creating idocs in above scenario...

thanks,

Kiran.

1 ACCEPTED SOLUTION
Read only

hymavathi_oruganti
Active Contributor
0 Likes
380

ACTIVATE THE CHANGE POINTERS GLOBALLY IN BD51.

u can do it for particular message type in BD53.

run program RBDMIDOC and schedule it in back ground.

so when ever changes are done, the changes are recorded in tables CDHDR and CDPOS.

the program reads the changes from those tables and creates idocs and sends the idocs.

Hi all,

How is idocs created when there is a change in any one of these fields EAN,Division,Material Type,Material Group,Volume,Product Hierarchy, Gross weight in general data screen or sales data screen. can u tell me wats the ways of creating idocs in above scenario...

thanks,

Kiran.

2 REPLIES 2
Read only

mandar_shete
Active Participant
0 Likes
380

Hi,

You are talking about Change Pointer concept. for that u need to activate the respective fields for change pointer.

e.g. Goto BD53 and for message MATMAS activate the respective segment fields for change pointer. You can get the documentation for the IDOC Type and message tpye in WE60 so that you can get the exact fields need to activate

Read only

hymavathi_oruganti
Active Contributor
0 Likes
381

ACTIVATE THE CHANGE POINTERS GLOBALLY IN BD51.

u can do it for particular message type in BD53.

run program RBDMIDOC and schedule it in back ground.

so when ever changes are done, the changes are recorded in tables CDHDR and CDPOS.

the program reads the changes from those tables and creates idocs and sends the idocs.