‎2008 Jul 04 8:30 AM
All,
does this BAPI process the output of messages?
Regards
Norbert
‎2008 Jul 04 8:37 AM
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
‎2008 Jul 04 8:37 AM
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
‎2008 Jul 04 9:28 AM
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
‎2008 Jul 04 8:53 AM
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.
‎2008 Jul 04 10:19 AM