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

BAPI_PROCORD_GET_DETAIL

Former Member
0 Likes
1,231

Hi all,

I am pulling process order detail from xmii using above mentioned BAPI. If i give proc order number as input, it is returning with error "Order does not exit". Can anyone help me what are all the required input parameters to be given?

Alternatively I pushed LOIPRO01 from R/3. In that process order system status are showing as I0002, I0016,... I don't know how to intrepret as REL CRCR PRC....

Thanks in Advance

Regards

Guru

Hi all,

I am pulling process order detail from xmii using above mentioned BAPI. If i give proc order number as input, it is returning with error "Order does not exit". Can anyone help me what are all the required input parameters to be given?

Alternatively I pushed LOIPRO01 from R/3. In that process order system status are showing as I0002, I0016,... I don't know how to intrepret as REL CRCR PRC....

Thanks in Advance

Regards

Guru

3 REPLIES 3
Read only

Former Member
0 Likes
936

Hi ,

for status u have to make use of Tables like JEST with OBJNR of Process Order.

and Before passing the Process Order do the COnverion

<b>CONVERSION_EXIT_ALPHA_INPUT</b>

Regards

Prabhu

Read only

0 Likes
936

Hi

Thanks for your reply.

I am not doing any customization. I am just creating process order in R/3 and sending the idoc to external system through the transaction 'POIT' and in the external system it is stored as xml file. From that I want to read the process order status like REL CRCR PRC... But the status fieLds are not showing status text, instead it is showing IO01,io16 etc.

Please let me know, what is the settings or modifications to be done before sending the idoc?

Regards

Guru

Read only

0 Likes
936

For system status texts refer table TJ02T and for user status texts refer table TJ30T.

-Kiran