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

Former Member
0 Likes
648

Hi intellects,

when i make some changes or create new vendor , an idoc is created via bd21.

now i have to read that idoc and generate an output file from it.

can nayone help me with the procedure steps.

thanks in advance.

Hi intellects,

when i make some changes or create new vendor , an idoc is created via bd21.

now i have to read that idoc and generate an output file from it.

can nayone help me with the procedure steps.

thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
617

hi Aman,

Use FM : IDOC_READ_COMPLETELY to read the IDOC data and then use OPEN DATASET to create file from IDOC data.

or

You can configure(WE20) the Outbound IDoc to a receiver port with a physical directory in your SAP Directories (AL11).

From where you can download and make the necessary changes .

Mark the helpful answers

Regards,

GNK.

Read only

Former Member
0 Likes
617

hi actually i have been given an excel file containing the mapping for the maximo , noe i am not able to understand that , if u can help me out then plz gimme ur gmail id

Read only

0 Likes
617

Either you create your own program and then send IDOC as per required by Maximo or find userexit in BD21 and change format of IDOC accordingly.

Other option could be defining your own messagetype as per required format but this may require additional configuration to work with change pointers