SAP Reports / Programs

IAM_API_TESTFRAME SAP ABAP Report - Identity & Access Management ( API testframe )







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


Text pool values


&0..................
Selection Text: CMDETAIL = Company detail
Selection Text: CMPYLIST = Company list
Selection Text: COMPANIE = Company
Selection Text: FIRSTNAM = D .
Selection Text: FROM_DAT = Valid from
Selection Text: LASTNAM = D .
Selection Text: MODAFTER = Last modified after
Selection Text: MODBEFOR = Last modified before
Selection Text: PROFILE = D .
Selection Text: PROFLIST = Profile list
Selection Text: RFCDEST = D .
Selection Text: ROLASDEL = Delete role assignments
Selection Text: ROLASIGN = Assign roles
Selection Text: ROLE = D .
Selection Text: ROLELIST = Role list
Selection Text: TO_DAT = Valid until
Selection Text: USCREATE = Create user
Selection Text: USDELETE = Delete user
Selection Text: USDETAIL = User details
Selection Text: USER = User
Selection Text: USERLIST = Userlist
Selection Text: USERLOCK = Lock user
Selection Text: USEROLES = Roles of a user
Selection Text: USMODIFY = Modify user
Selection Text: USUNLOCK = Unlock user
Selection Text: WITHNAME = Userlist with names
Title: Identity & Access Management ( API testframe )
Text Symbol: 055 = Profile
Text Symbol: 054 = Identity & Access Management: List of profiles
Text Symbol: 053 = Lockstatus
Text Symbol: 052 = Full name
Text Symbol: 051 = Last name
Text Symbol: 050 = Logon data
Text Symbol: 049 = was assigned to user
Text Symbol: 048 = Identity & Access Management: Unlock user
Text Symbol: 047 = Identity & Access Management: Lock user
Text Symbol: 046 = Identity & Access Management: Delete user





Text Symbol: 045 = Identity & Access Management: Create user
Text Symbol: 044 = until
Text Symbol: 043 = from
Text Symbol: 042 = is already assigned to user
Text Symbol: 001 = Enter user, role etc.
Text Symbol: 002 = Modify user
Text Symbol: 003 = Identity & Access Management: List of users
Text Symbol: 004 = User
Text Symbol: 005 = First name
Text Symbol: 006 = No user matches selection criteria
Text Symbol: 007 = Identity & Access Management: Role assignment
Text Symbol: 008 = Roles (
Text Symbol: 009 = Role
Text Symbol: 010 = valid from
Text Symbol: 011 = val. until
Text Symbol: 012 = Description
Text Symbol: 013 = User has no roles
Text Symbol: 014 = Identity & Access Management: Roles
Text Symbol: 015 = No role matches selection criteria
Text Symbol: 016 = C Text
Text Symbol: 017 = Identity & Access Management: User details
Text Symbol: 018 = Address
Text Symbol: 019 = Defaults
Text Symbol: 020 = Company
Text Symbol: 021 = SNC
Text Symbol: 022 = Reference user
Text Symbol: 023 = Alias
Text Symbol: 024 = Parameter
Text Symbol: 025 = Profiles
Text Symbol: 026 = Roles
Text Symbol: 027 = Groups
Text Symbol: 028 = Telephones
Text Symbol: 029 = Local license data
Text Symbol: 030 = License data of remote systems
Text Symbol: 031 = Messages
Text Symbol: 032 = Identity & Access Management: Modify user
Text Symbol: 033 = Identity & Access Management: List of companies
Text Symbol: 034 = Company
Text Symbol: 036 = Identity & Access Management: Company details





Text Symbol: 037 = Fax
Text Symbol: 038 = e-mail
Text Symbol: 039 = URL
Text Symbol: 040 = Last modified
Text Symbol: 041 = Selection criteria
001 &1.......... &2............... &3........ &4........ &5.................. &6..................


INCLUDES used within this REPORT IAM_API_TESTFRAME

INCLUDE IAM_API_TOP . " GLOBAL DATA
INCLUDE IAM_USERLIST.
INCLUDE IAM_USERDETAILS.
INCLUDE IAM_USERCREATE.
INCLUDE IAM_USERCHANGE.
INCLUDE IAM_USERDELETE.
INCLUDE IAM_USERLOCK.
INCLUDE IAM_USEROLES.
INCLUDE IAM_ROLELIST.
INCLUDE IAM_ROLEASSIGN.
INCLUDE IAM_ROLEASSIGN_DELETE.
INCLUDE IAM_PROFILELIST.
INCLUDE IAM_COMPANYLIST.
INCLUDE IAM_COMPANYDETAILS.


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:

No SAP FUNCTION MODULES are executed within this report code!



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