cancel
Showing results for 
Search instead for 
Did you mean: 

Lang setting for BAPI response

Former Member
0 Kudos

hi all,

i'm not able to set italian language for BAPI RET2 message.

the default message returned to java code:

<i>public SyncBoInDelta receivedSyncBoInDelta(SyncBoInDelta syncBoInDelta) {

syncBoInDelta.getSyncReply().getText()

...

}</i>

is:

"<b>Return code from RFC BAPI Wrapper call</b>: <string set into bapi ret2 structure>."

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Eliano!

Make sure there is an appropriate message exists in language "IT" for the message you are looking at, you can verify this in Txn SE91 or look at T100 table data in the R3 system from which the BAPI is executed.

Ideally BAPIRET2 should contain the message in the LogOn language.Is the logon language same in the client & in the system from where the BAPI is called?

Which BAPI you are using?

Thx

Gisk