cancel
Showing results for 
Search instead for 
Did you mean: 

regarding Idoc triggering

Former Member
0 Kudos

I want to trigger an idoc from EC1CLNT 800 to XI through change pointer .

please provide the steps for that along with the Tcodes

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Thanks Everyone.

former_member267355
Active Participant
0 Kudos

Hi,

1. Activate change pointers in Tcode BD61

2. In Tcode BD50 enter message type and Check the checkbox for which you want

to activate change pointers.

For your information change pointers can be used only for master data idocs

but am not sure.

Regards,

Sakthi

Former Member
0 Kudos

Try this

you need to schedule a raport that will create IDOCs from your change pointes

only then your idocs will be created

use report : RBDMIDOC

to create your IDOCs from change pointers

Change documents are working based on change document technique which

tracks changes made to the key documents (Material Master, Customer Master,

Vendor Master.Etc) in SAP.

Changes made to the keydocuments are recorded in the change document Header

table i.e. CDHDR and Item table CDPOS, Additional change pointers are written

in the BDCP and BDCPS tables.

Change pointers technique is used to initiate the outbound process automatically

when master data is created or changed.

A standard program RBDMIDOC is sechuled to run on periodic basis to evaluate the change pointers for a message type and starts the ALE process for distributing the Masterdata to the appropriate destination.

'Object' is collection of fields of different database tables. T.code for creating an object

is SCDO.

Configuration for Change Pointers:

1. BD61 Active change pointers generally

- Check the checkbox "Change pointers activated -generally"

- Save it

2. BD50 Active change pointers for Message Type

Message Type Active

MATMAS Check the check box

3. SCDO Change Document Objects

- Check whether the "MATERIAL" is available in the object list.

4. BD52 Maintain Table Views

- Enter the Message type "MATMAS" and press enter.

For example

OBJECT TABLE NAME FIELD NAME

MATERIAL MARA BISMT

5. BD60 Additional data for message types:

For example:

Message Type Function Module Table

MATMAS MASTERIDOC_CREATE_SMD_MATMAS MARA

6. WE21 Port

7. WE20 Partner Profile

8. BD64 Distribution Model

as michal said we have to use RBDMIDOC program.for executing this program we need to give message type like

MATMAS or

DEBMAS or

CREMAS

depending on your requirement.

-


go to SE38 tcode

--- copy RBDMIDOC to zprogram(i'e., ZRBDMIDOC)

---create variant

use this zprogram(ZRBDMIDOC) in BACKGROUND SCHEDULING SM36

STEPS IN BACKGROUND SCHEDULING:

Use tcode SM36

Click Job wizard in the button set

Click Continue

Enter Job name and press continue

Select ABAP program and press Continue

enter Program name and press continue

and again press Continue

set Schedule type immediately and continue

Select periodic job checkbox, press continue

Select none of the above and click on other periods – give one-minute and then press create

Press continue and then press complete.

http://help.sap.com/saphelp_nw2004s/helpdata/en/ab/27bde462848440ba70cf8eb348c86f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/69/7ada54a2737949ae6fbb082edb56a5/content.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a6196507d11d18ee90000e8366fc2/content.htm

Thanks

former_member181959
Contributor
0 Kudos

Hi you need to go for ALE configuration for your case.

Here are the steps.

1. Create the Logical System in SALE/BD54

2. Assign Logical system to client SALE/SCC4

3. Create RFC destination in SM59

4. Create Port in WE21

5. Create Partner profile in WE20

for more info plsz go tru the link below,

/people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi

Hope this helps.

-Prasad Babu.

Former Member
0 Kudos
former_member184543
Active Participant
0 Kudos

you have to activate Change Pointers in SAP R/3 under Sale Transaction and then to trigger use bd14 and enter the Idoc type and the traget system to send to..

hope it helps.

Thanks

Sanjo

Former Member
0 Kudos

Hi

Go through this link..

IDOC - File scenario

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

configuring IDOCS

/people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii

IDOC scenarios

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb...

Idoc related setting

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/73527b2c-0501-0010-5398-c4ac372c...

For troubleshooting of IDOC-File check this blog:

/people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

vasanth

former_member529475
Active Contributor
0 Kudos