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_OUTB_DELIVERY_CREATE_SLS

Former Member
0 Likes
938

All,

does this BAPI process the output of messages?

Regards

Norbert

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
788

Hi Friend,

This BAPI does not process output of messages.

You can maintain condition record against customer, sales org combination in transaction NACE.

Regards

Krishnendu

4 REPLIES 4
Read only

Former Member
0 Likes
789

Hi Friend,

This BAPI does not process output of messages.

You can maintain condition record against customer, sales org combination in transaction NACE.

Regards

Krishnendu

Read only

0 Likes
788

Hi Krishnendu,

thank you for your answer.

I think if the BAPI doesn't process message output any condition records wont be helpful. In simular situations I created NAST records by program and processed them with FM BAPI_LIKP_PROCESS_MSG_DIRECT. For that FM I need records in NAST. The current customer doesn't allow insert's into NAST by own coding.

Do you know a FM or BAPI to create NAST records?

Regards

Norbert

Read only

Former Member
0 Likes
788

Hi,

BAPI handles errors inthe Excetopins tab where RETURN is to capture error log.

We need to declare the internal table of that strtucture and pass it to BAPI FM.

But this BAPI deosnt clearly state the error and where it went wrong. It only specifies the type of error and the Error number.

To have the clear understanding of these error messages we need to use other FM

FORMAT_MESSAGE.

Reward if helpful.

Regards

Chandralekha.

Read only

Former Member
0 Likes
788

Hi Friend,

Try with NAST_CREATE_TEMPLATE_NEW.

Regards

Krishnendu