Application Development 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: 

How to suppress popup message from a standard BAPI

Former Member
0 Kudos

I'm calling the BAPI: BAPI_FTR_FXT_GETDETAIL to fetch the data in my ALV report, and it keeps giving a popup about "Working Day Check" multiple times. I want to suppress these popups as they are very inconvenient to the user.

I have already tried several things like calling FM DIALOG_SET_NO_DIALOG, calling in background task(the BAPI fails to retrieve the data in this case), setting ERROR_MESSAGE = 1 etc., but to no avail.

1 ACCEPTED SOLUTION

Former Member

Hi, found the answer, it in the "Define User Data" process in SPRO, table AT100 needed to be updated.

Admin can close this thread.

Thanks.

2 REPLIES 2

Former Member

Hi, found the answer, it in the "Define User Data" process in SPRO, table AT100 needed to be updated.

Admin can close this thread.

Thanks.

Hi,

in case someone is interested:

according to the following oss note

794259 - BAPI_FTR_CREATE_FXOPTIONS: Working day check

Provided 'No Check' value is defined in the Treasury user master (table AT100 or view V_BENTREA) for the working day check, the check is not carried out. In all other cases an error message is still issued in the BAPI mode. Define the value for the corresponding RFC user/BAPI user as appropriate. You can find the user data in the IMG under Transaction Manager -> Organization -> User data.

field v_bentrea-SGTGPRF or at100-SGTGPRF can have the following values

0 Selection dialog

1 Warning

2 Error message

3 No check

Best regards,

Pablo