SAP Reports / Programs | Basis Components | Security(BC-SEC) SAP BC

WSS_SETUP SAP ABAP Report -







WSS_SETUP is a standard Executable ABAP Report 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 WSS_SETUP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/IWFND/WSS_SETUP - Configure WS Message-Based


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 WSS_SETUP. "Basic submit
SUBMIT WSS_SETUP AND RETURN. "Return to original report after report execution complete
SUBMIT WSS_SETUP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: C_WSALG = Algorithm Suite
Selection Text: C_USRNN = New Service User Name
Selection Text: C_USRN = Service User Name
Selection Text: C_USRICF = ICF Node Update
Selection Text: C_USR = Service User Setup / Restore
Selection Text: C_UPDUSR = Change Service User
Selection Text: C_TEST = Test Run
Selection Text: C_STSCFP = Provider Configuration
Selection Text: C_SAML2 = SAML 1.1 Trust
Selection Text: C_REPLAY = Detect message replays
Selection Text: C_CSKEW = Clock Skew (sec)
Selection Text: C_AGE = Timestamp expiration in sec
Title:
Text Symbol: W05 = Timestamp expiration (sec)
Text Symbol: W04 = SAML 1.1 Trust
Text Symbol: W03 = Detect message replays
Text Symbol: W02 = Clock Skew(sec)
Text Symbol: W01 = Algorithm Suite
Text Symbol: TU4 = Change Service User to &1 pending
Text Symbol: TU3 = ICF Node Update needed
Text Symbol: TU2 = Setup/repair not needed
Text Symbol: TU1 = Service user &1; exists and is consistent
Text Symbol: T11 = SAML2 is inactive for this client. Use transaction SAML2 to activate
Text Symbol: T10 = SAML Issuer: &1, SAML Signature SSF App: &2
Text Symbol: T09 = Service User Details
Text Symbol: T08 = Display Service User
Text Symbol: T07 = Secure Conversation Bootstrap Endpoints
Text Symbol: T06 = User
Text Symbol: T05 = Setup
Text Symbol: T04 = Service
Text Symbol: T03 = Test Run
Text Symbol: SUU = Reference User
Text Symbol: SUR = Role
Text Symbol: SUP = Profiles
Text Symbol: 505 = (will not make configuration changes, but only display the changed configuration values.)
Text Symbol: 504 = Created the following services:
Text Symbol: 503 = The following services were changed in last time.
Text Symbol: 502 = ICF nodes were updated.





Text Symbol: 501 = ICF nodes were updated in last time.
Text Symbol: 003 = SAML 1.1 Authentication
Text Symbol: 002 = WS Security Options
Text Symbol: 001 = Issued Token


INCLUDES used within this REPORT WSS_SETUP

No INCLUDES are used within this REPORT code!


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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SU01' EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

RSEC_GENERATE_PASSWORD CALL FUNCTION 'RSEC_GENERATE_PASSWORD' EXPORTING * ALPHABET = * ALPHABET_LENGTH = 0 * FORCE_INIT = ' ' output_length = 12 * DOWNWARDS_COMPATIBLE = ' ' IMPORTING output = c_usrn EXCEPTIONS some_error = 1 OTHERS = 2.

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = username cache_results = space IMPORTING ref_user = lv_refuser TABLES profiles = lt_profiles activitygroups = lt_roles return = lt_return.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ALGORITHM' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = field TABLES value_tab = lt_f4_values field_tab = lt_f4_fields EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



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 WSS_SETUP or its description.