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

Confusing of using BAPI_ROUTING_CREATE

Former Member
0 Likes
427

Dear all,

It's boring that I couldn't use BAPI_ROUTING_CREATE to create a routing with Inspection Characteristics successfully.

After call the BAPI FM BAPI_ROUTING_CREATE in my program, a routing was created, the Header,Oprations, could be created successfully,but the Inspection Characteristics of the first Operation is missing. No any error message occured.But why the Inspection Characteristics is missing?

A part of my code is like:

CALL FUNCTION 'BAPI_ROUTING_CREATE'

IMPORTING

GROUP = PLNNR

TABLES

TASK = ZTASK

OPERATION = ZOPERATION

INSPCHARACTERISTIC = ZINSPCHARACTERISTIC

RETURN = ZRETURN .

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

Anybody can help me? With many thanks!

regards,

Brian

2 REPLIES 2
Read only

Former Member
0 Likes
366

Closed.

Read only

0 Likes
366

Its nice to Ask question & then close it saying you find the answer, will you please take some time to Explain what was the solustion of your problem ? Thanks.

This is a trend i see in SDN, Moderator please request the members to put solustion in before closing the question as answered This will save lot time of others who are searching answare to same questions.