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

Regarding Purchse order process........

former_member189596
Active Participant
0 Likes
780

Hi friends,

I have requirement to transfer Purchse order to another system, but that should be purchase in second system .

Then, i need to carry Material Classification data with purchse order IDOC to another system.

so, now 1) which basic Idoc shall i use

2) how i fetch that material clasification data into that IDOC.

Thanks in Advance,

Regards,

Bhaskar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
754

Hi,

USE IDOC TYPE

ORDERS05

Process code ME10

Regards

Arun

7 REPLIES 7
Read only

Former Member
0 Likes
755

Hi,

USE IDOC TYPE

ORDERS05

Process code ME10

Regards

Arun

Read only

Former Member
0 Likes
754

Hi,

If requirement is to send Purchase order to some other sytem through Idoc and that Idoc should create a purchase order in the receiving system, Then you should use

Idoc Type PORDCR102 ,

and msg type PORDCR1.

For posting this IDOC PORDCR102 in the receiving system use Inbound process code 'BAPI'.

Regards,

Monica

Read only

0 Likes
754

Thanks for reply,

where i will fetch material classification data.....

Regards,

Bhaskar

Read only

0 Likes
754

Hi,

In order to use material classification data u can make use segment filtering method.

For that first u have to find out what are the fields(or segments) those are required for the material classification data in the IDOC type that u are using.

- Go to t.code BD56, and mention msg type.

- Mention the sender, receiver and the segments to be filetred out.

(If in case segment filtering does not help make use of classification objects.)

Regards,

monica

Read only

0 Likes
754

Hi

Use the following BAPI's:

BAPI_OBJCL_GETDETAIL

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

to fetch the classification data

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

former_member189596
Active Participant
0 Likes
754

Thanks for reply.......

i am sending purchase order from ECC 5.0 to ECC6.0 ,

what is the process code for inbound process in ECC 6.0.

Thanks In advance,

Bhaskar

Read only

0 Likes
754

Hi Bhaskar,

Check the process code ORDR

Regards

Arun