SAP Reports / Programs

MSLDAPICUSTF01 SAP ABAP INCLUDE - documentation and ABAP source code







MSLDAPICUSTF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter MSLDAPICUSTF01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT MSLDAPICUSTF01. "Basic submit
SUBMIT MSLDAPICUSTF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MSLDAPICUSTF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MSLDAPICUSTF01

INCLUDE ISLDAPI_RFCDEST.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RFCDES_DISPLAY call function 'RFCDES_DISPLAY' exporting rfcdes_export = s_rfcdes authority_check = 'X'.

RFCDES_DISPLAY call function 'RFCDES_DISPLAY' exporting rfcdes_export = s_rfcdes authority_check = 'X' editable = 'X'.

DEST_EXISTS call function 'DEST_EXISTS' exporting name = -dest importing exists = dest_exists.

SLDAPI_GET_SECSTORE_PREFIX call function 'SLDAPI_GET_SECSTORE_PREFIX' importing identprefix = identprefix.

SECSTORE_READ_ITEM call function 'SECSTORE_READ_ITEM' exporting ident = ident client_independent = 'X' importing data = data exceptions internal_error = 1 invalid_description = 2 invalid_auth = 3 others = 4.

DECODE_SLDPWD_BASE64 call function 'DECODE_SLDPWD_BASE64' exporting pwdbase64 = s_dbdata-password importing password = gs_display-password.

SLDAPI_CHECK_USE_SECSTORE call function 'SLDAPI_CHECK_USE_SECSTORE' importing use_secstore = use_secstore.

SLDAPI_GET_SECSTORE_PREFIX call function 'SLDAPI_GET_SECSTORE_PREFIX' importing identprefix = identprefix.

SLDAPI_GET_SECSTORE_REPACLIST call function 'SLDAPI_GET_SECSTORE_REPACLIST' tables repaclist = repaclist.

SECSTORE_INSERT_ITEM call function 'SECSTORE_INSERT_ITEM' exporting ident = ident data = data client_independent = 'X' insert_forced = 'X' tables repaclist = repaclist exceptions internal_error = 1 invalid_description = 2 invalid_auth = 3 others = 4.

ENCODE_SLDPWD_BASE64 call function 'ENCODE_SLDPWD_BASE64' exporting password = gs_display-password importing pwdbase64 = s_dbdata-password.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = 'Möchten Sie die Pflege abbrechen?'(001) titel = 'Abbruch des Pflegedialogs'(002) * START_COLUMN = 25 * START_ROW = 6 defaultoption = 'J' importing answer = answer.

SLDAPI_GET_SECSTORE_PREFIX call function 'SLDAPI_GET_SECSTORE_PREFIX' importing identprefix = identprefix.

SLDAPI_GET_SECSTORE_PREFIX call function 'SLDAPI_GET_SECSTORE_PREFIX' importing applprefix = applprefix.

SECSTORE_LIST_ITEMS call function 'SECSTORE_LIST_ITEMS' exporting prefix = prefix client_independent = 'X' importing identifiers = identtab.

SECSTORE_DELETE_ITEM call function 'SECSTORE_DELETE_ITEM' exporting ident = ident client_independent = 'X' exceptions internal_error = 1 invalid_description = 2 invalid_auth = 3 others = 4.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-104 text_question = text-105 default_button = '1' display_cancel_button = ' ' importing answer = answer exceptions text_not_found = 1 others = 2.

SLDAPI_CREATE_HTTP_DEST call function 'SLDAPI_CREATE_HTTP_DEST' exporting accessdata = gs_display importing dest_name = dest_name exceptions duplicate_key = 1 dest_api_failure = 2 others = 3.

DEST_RFC_TCPIP_READ





call function 'DEST_RFC_TCPIP_READ' exporting name = c_sldapi_rfc1 importing gateway_host = gwhost exceptions read_failure = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Daten sichern'(107) text_question = text-108 display_cancel_button = space importing answer = answer exceptions text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Daten sichern'(107) text_question = text-109 display_cancel_button = 'X' importing answer = answer exceptions text_not_found = 1 others = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MSLDAPICUSTF01 or its description.