cancel
Showing results for 
Search instead for 
Did you mean: 

Need to Trigger a Idoc when save IE01 T-Code

Former Member
0 Kudos

Hi all,

I need to generate a Idoc when i saved IE01 transaction code.

Pls let me know the procedure.

And also relevent IDOC .

Regards,

Ramesh.

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

IDocs (TCode WE30):

EQUIPMENT_CREATE01

EQUIPMENT_CREATE02

You will probably need to call the IDoc from user-exit IEQM0003 (at save event).

PeteA

Answers (3)

Answers (3)

Former Member

Hi,

- You need to use basic Idoc type EQUIPMENT_CREATE01 for creating Idoc at equipment creation.

- Use change document concept for extraction based on Change docs created..For this you need to activate change doc creation for equipment category in questions. Use of JCDS and like tables to be used for picking up change docs during extraction.A logic to be build to pick up change docs since last interface run,this will ensure only new equipments via change docs will be included in new idocs.

- A batch job to be scheduled whic will run at desired frequency to push newly created equipments to external system. You can make use of immediate data transfer or collecting Idocs and then sending at required time.Take help of technical person on this

regards,

atul

0 Kudos

HI Team,

I need help on creating an IDOC using IE01. I created Change Pointers but still it is not triggering. Can someone tell the complete step by step procedure for generating the IDOC during IE01 SAVE.

I am also getting dump in BD21 for Message Type EQUIPMENT_CREATE for FM - MASTERIDOC_CREATE_SMD_EQUI.

Your earlier help will be appreciated.

Thanks

Gary

former_member751591
Participant
0 Kudos

Thanks for coming to SAP Community for answers. Please post your question as a new question here:

Since you're new in asking questions here, check out our tutorial about asking and answering questions (if you haven't already), as it provides tips for preparing questions more effectively, that draw responses from our members.

Please note, that your post here won't be answered.

Former Member
0 Kudos

Ramesh,

I dont think there is a standard process to extract the equipment information on create of equipment.You may want to develop your own custom IDOC extraction program and types based on the information thats required to be communicated to the external system. You should be able to use the CREATED event of object EQUI to trigger your process using a standard task. Make sure that the configuration is switched on to trigger events for the equipment category.

Hope this helps.

Regards

Narasimhan