Application Development 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: 

BAPI for ROUTING create

Former Member
0 Kudos

Hello All,

I need to create Routing using BAPI ' BAPI_ROUTING_CREATE'. and i need to have object dependencies in operation view as well. but i am not able to find the field to pass that data related to object dependency. can anybody help me to solve this.

Kumar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check out this link:

There are lot many posts in SCN. pls search with the BAPI name. you will get many results.

regards,

Padma

4 REPLIES 4

Former Member
0 Kudos

Check out this link:

There are lot many posts in SCN. pls search with the BAPI name. you will get many results.

regards,

Padma

Former Member
0 Kudos

Hi,

The following attributes in BAPI_ROUTING_CREATE have to have a value, otherwise the consistency

of the oepration can not be ensured:

ACTIVITY (operation number)-

CONTROL_KEY (control key) or-

WORK_CNTR (work center) and -PLANT (work center plant)

Edited by: Anusha on May 20, 2009 2:07 PM

Former Member
0 Kudos

Hi check this out.

Value assignment OPERATION

Structure component Value Remarks

TASK_LIST_GROUP 1

SEQUENCE_NO 0, 1, 2u2026 Sequence number:

0 u2013 main sequence

1,2,u2026 parallel sequence.

.

ACTIVITY 9999 Operation number: 0010, 0020, etc.

CONTROL_KEY KL01, KL21u2026 Control key

WORK_CNTR 757, 725,u2026 Work center

PLANT 560

DESCRIPTION Operation description

OPERATION_MEASURE_UNIT_ISO PCE

DENOMINATOR 1

NOMINATOR 1

BASE_QUANTITY 1

STD_VALUE_01 999,999 Operation time, maximum 3 decimals places

STD_UNIT_02_ISO UHR, MIN,u2026 Operation time unit

mohamedali_s
Explorer
0 Kudos

Hello,

I'm facing the same problem any solution proposed please?

Thank you.