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

Function module for display production order details

Former Member
0 Likes
5,167

Hi All,

I want to display production order details including operation,sub-operations and components using standard FM.I checked 4 FMs, but some are not displaying my require details. I found PM_ORDER_DATA_READ function module, it is displaying all details.But you can execute the function module 2 times for different orders it is giving ABAP dump 'itab_error'. Please get back to me if any one faced this problem or know solution.I am also checked BAPI_ALM_ORDER_GETDETAIL FM.

My require fields are

AUFNR, WERKS, PLNAL, PLNFL, VORNR,UVORN, ARBPL, KTSCH,

LTXA1,OFFSTB,VGW01 etc.

I am using SAP 4.7 release. Please send me either standard FM or BAPI to display all details of production order.

Thanks in Advance

Shaik Basha

Hi All,

I want to display production order details including operation,sub-operations and components using standard FM.I checked 4 FMs, but some are not displaying my require details. I found PM_ORDER_DATA_READ function module, it is displaying all details.But you can execute the function module 2 times for different orders it is giving ABAP dump 'itab_error'. Please get back to me if any one faced this problem or know solution.I am also checked BAPI_ALM_ORDER_GETDETAIL FM.

My require fields are

AUFNR, WERKS, PLNAL, PLNFL, VORNR,UVORN, ARBPL, KTSCH,

LTXA1,OFFSTB,VGW01 etc.

I am using SAP 4.7 release. Please send me either standard FM or BAPI to display all details of production order.

Thanks in Advance

Shaik Basha

4 REPLIES 4
Read only

Former Member
0 Likes
1,872

Hello,

U can try with anyone of the BAPI.

<b>

BAPI_PRODCAT_GETITEM

BAPI_PRODCAT_GETPRICES

BAPI_PRODCAT_GET_DETAIL</b>

If useful reward,

Vasanth

Read only

0 Likes
1,872

Hi Vasanth,

The below BAPI FM's are displaying Production order catalog details not order master details.

Regards

Shaik basha

Read only

renato_parise
Participant
0 Likes
1,872

Hi,

I had the same problem this morning and I found out a FM you have to run to fix this problem.

FM: CO_IT_SET_FLG_ITAB_NEW

Rgds,

Parise

Read only

Former Member
0 Likes
1,872

Great Solution! I even raised an OSS Note for this thing! I would like to reward you some points, please let me know how?

Again, thank you for your time and effort in sharing your solution.

Nagesh