cancel
Showing results for 
Search instead for 
Did you mean: 

Network Status Language

Former Member
0 Kudos

Hello all, when trying to retrieve the network status through BAPI BAPI_BUS2002_GET_STATUS, it retrieves the information always in English. I have seen in transaction CJ20N, that the status is language dependant.

How can I retrieve the status in different languages please?

Thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

The system status langauge is determined thorugh table TJ02T.

CALL FUNCTION 'STATUS_NUMBER_CONVERSION'

EXPORTING

LANGUAGE = sy-langu

STATUS_NUMBER = lt_jest-stat

STSMA = l_stsma

I am not sure how to retrive status in different langauges. Better if you put this thread in ABAP forum.

Regards