SAP RSD_IOBJ_F4 Function Module for Input Help (F4): InfoObjects









RSD_IOBJ_F4 is a standard rsd iobj f4 SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Input Help (F4): InfoObjects processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for rsd iobj f4 FM, simply by entering the name RSD_IOBJ_F4 into the relevant SAP transaction such as SE37 or SE38.

Function Group: RSDG_IOBJ_DB_READ
Program Name: SAPLRSDG_IOBJ_DB_READ
Main Program: SAPLRSDG_IOBJ_DB_READ
Appliation area: B
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function RSD_IOBJ_F4 pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'RSD_IOBJ_F4'"Input Help (F4): InfoObjects
EXPORTING
* I_OBJVERS = RS_C_OBJVERS-ACTIVE "Version - A: Only Active; M: Also Revised; D: Content Version
* I_NOVALFL = '*' "'*': All; ' ': Only With Check Table; 'X': Only Without Check Table
* I_TXTTABFL = '*' "'*': All; ' ': Only with Text Table; 'X': Only Without Text Table
* I_HIETABFL = '*' "'*': All; ' ': Only Without Hierarchies; 'X': Only With Hierarchies
* I_AUTHRELFL = '*' "'*' All; ' ':Only Non-Auth-Relev. Chars.; 'X': Only Auth-Relev. Chars.
* I_UNITP = '*' "Unit Type (Display This Type Only)
* I_INFOAREA = '*' "'*': All (Otherwise in This InfoArea Only)
* I_KYF_REF = '*' "'*': All; ' ': Only Without Reference; 'X': With Reference (Affects KFs Only)
* I_INFOCUBE = ' ' "If <> ' ': Only InfoObjects of This InfoCube
* I_TITLE = ' ' "Dialog Box Title
* I_T_IOBJ_ADD = "Additional InfoObjects
* I_SHOW_ALL = RS_C_FALSE "Display All InfoObject Types (Except Navigation Attributes)
* I_DISPLAY = RS_C_FALSE "Display Only (Indicator)
* I_SORT_IOBJNM = RS_C_TRUE "= 'X': Sort by IOBJNM
* I_USE_BI_SEARCH = RS_C_FALSE "= 'X': F4 Using Search Where Possible
* I_S_TLOGO_SCOPE = "BW Repository: TLOGO Object and Type
* I_ONLY_SAME_SCOPE = RS_C_FALSE "Boolean
* I_CHATP = '*' "Characteristc Type Based on Master Data Access
* I_SHOW_CHA = RS_C_FALSE "Display Characteristics
* I_SHOW_TIM = RS_C_FALSE "Display Time Characteristics
* I_SHOW_DPA = RS_C_FALSE "Display Data Package Characteristics
* I_SHOW_KYF = RS_C_FALSE "Display Key Figures
* I_SHOW_UNI = RS_C_FALSE "Display Units
* I_SHOW_ATR_NAV = RS_C_FALSE "Display Navigation Attributes
* I_BCHREFFL = '*' "'*' All; ' ': Only Without Reference; 'X': With Reference (Affects Chars. Only)

IMPORTING
E_TXTLG = "Long Text
E_TXTSH = "Short Text
E_CHKVIEW = "View of Master Data Tables

CHANGING
* C_IOBJNM = RS_C_' '30 "InfoObject

EXCEPTIONS
ILLEGAL_INPUT = 1
.



IMPORTING Parameters details for RSD_IOBJ_F4

I_OBJVERS - Version - A: Only Active; M: Also Revised; D: Content Version

Data type: RS_OBJVERS
Default: RS_C_OBJVERS-ACTIVE
Optional: Yes
Call by Reference: Yes

I_NOVALFL - '*': All; ' ': Only With Check Table; 'X': Only Without Check Table

Data type: RSNOVALFL
Default: '*'
Optional: Yes
Call by Reference: Yes

I_TXTTABFL - '*': All; ' ': Only with Text Table; 'X': Only Without Text Table

Data type: RSDTXTTABFL
Default: '*'
Optional: Yes
Call by Reference: Yes

I_HIETABFL - '*': All; ' ': Only Without Hierarchies; 'X': Only With Hierarchies

Data type: RSHIETABFL
Default: '*'
Optional: Yes
Call by Reference: Yes

I_AUTHRELFL - '*' All; ' ':Only Non-Auth-Relev. Chars.; 'X': Only Auth-Relev. Chars.

Data type: RSDAUTHRELFL
Default: '*'
Optional: Yes
Call by Reference: Yes

I_UNITP - Unit Type (Display This Type Only)

Data type: RSUNITP
Default: '*'
Optional: Yes
Call by Reference: Yes

I_INFOAREA - '*': All (Otherwise in This InfoArea Only)

Data type: RSINFOAREA
Default: '*'
Optional: Yes
Call by Reference: Yes

I_KYF_REF - '*': All; ' ': Only Without Reference; 'X': With Reference (Affects KFs Only)

Data type: RS_BOOL
Default: '*'
Optional: Yes
Call by Reference: Yes

I_INFOCUBE - If <> ' ': Only InfoObjects of This InfoCube

Data type: RSINFOCUBE
Default: SPACE
Optional: Yes
Call by Reference: Yes

I_TITLE - Dialog Box Title

Data type:
Default: SPACE
Optional: Yes
Call by Reference: Yes

I_T_IOBJ_ADD - Additional InfoObjects

Data type: RSD_T_IOBJ
Optional: Yes
Call by Reference: Yes

I_SHOW_ALL - Display All InfoObject Types (Except Navigation Attributes)

Data type: RS_BOOL
Default: RS_C_FALSE
Optional: Yes
Call by Reference: Yes

I_DISPLAY - Display Only (Indicator)

Data type: RS_BOOL
Default: RS_C_FALSE
Optional: Yes
Call by Reference: Yes

I_SORT_IOBJNM - = 'X': Sort by IOBJNM

Data type: RS_BOOL
Default: RS_C_TRUE
Optional: Yes
Call by Reference: Yes

I_USE_BI_SEARCH - = 'X': F4 Using Search Where Possible

Data type: RS_BOOL
Default: RS_C_FALSE
Optional: Yes
Call by Reference: Yes

I_S_TLOGO_SCOPE - BW Repository: TLOGO Object and Type

Data type: RSO_S_TLOGO
Optional: Yes
Call by Reference: Yes

I_ONLY_SAME_SCOPE - Boolean

Data type: RS_BOOL
Default: RS_C_FALSE
Optional: Yes
Call by Reference: Yes

I_CHATP - Characteristc Type Based on Master Data Access

Data type: RSCHATP
Default: '*'
Optional: Yes
Call by Reference: Yes

I_SHOW_CHA - Display Characteristics

Data type: RS_BOOL
Default: RS_C_FALSE
Optional: Yes
Call by Reference: Yes

I_SHOW_TIM - Display Time Characteristics

Data type: RS_BOOL
Default: RS_C_FALSE
Optional: Yes
Call by Reference: Yes

I_SHOW_DPA - Display Data Package Characteristics

Data type: RS_BOOL
Default: RS_C_FALSE
Optional: Yes
Call by Reference: Yes

I_SHOW_KYF - Display Key Figures

Data type: RS_BOOL
Default: RS_C_FALSE
Optional: Yes
Call by Reference: Yes

I_SHOW_UNI - Display Units

Data type: RS_BOOL
Default: RS_C_FALSE
Optional: Yes
Call by Reference: Yes

I_SHOW_ATR_NAV - Display Navigation Attributes

Data type: RS_BOOL
Default: RS_C_FALSE
Optional: Yes
Call by Reference: Yes

I_BCHREFFL - '*' All; ' ': Only Without Reference; 'X': With Reference (Affects Chars. Only)

Data type: RSBCHREFFL
Default: '*'
Optional: Yes
Call by Reference: Yes

EXPORTING Parameters details for RSD_IOBJ_F4

E_TXTLG - Long Text

Data type:
Optional: No
Call by Reference: Yes

E_TXTSH - Short Text

Data type:
Optional: No
Call by Reference: Yes

E_CHKVIEW - View of Master Data Tables

Data type: RSDCHKVIEW
Optional: No
Call by Reference: Yes

CHANGING Parameters details for RSD_IOBJ_F4

C_IOBJNM - InfoObject

Data type: RSDIOBJ-IOBJNM
Default: RS_C_SPACE30
Optional: Yes
Call by Reference: Yes

EXCEPTIONS details

ILLEGAL_INPUT - Invalid Status

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for RSD_IOBJ_F4 Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_e_txtlg  TYPE STRING, "   
lv_c_iobjnm  TYPE RSDIOBJ-IOBJNM, "   RS_C_SPACE30
lv_i_objvers  TYPE RS_OBJVERS, "   RS_C_OBJVERS-ACTIVE
lv_illegal_input  TYPE RS_OBJVERS, "   
lv_i_novalfl  TYPE RSNOVALFL, "   '*'
lv_i_txttabfl  TYPE RSDTXTTABFL, "   '*'
lv_i_hietabfl  TYPE RSHIETABFL, "   '*'
lv_i_authrelfl  TYPE RSDAUTHRELFL, "   '*'
lv_i_unitp  TYPE RSUNITP, "   '*'
lv_i_infoarea  TYPE RSINFOAREA, "   '*'
lv_i_kyf_ref  TYPE RS_BOOL, "   '*'
lv_i_infocube  TYPE RSINFOCUBE, "   SPACE
lv_i_title  TYPE RSINFOCUBE, "   SPACE
lv_i_t_iobj_add  TYPE RSD_T_IOBJ, "   
lv_e_txtsh  TYPE RSD_T_IOBJ, "   
lv_i_show_all  TYPE RS_BOOL, "   RS_C_FALSE
lv_i_display  TYPE RS_BOOL, "   RS_C_FALSE
lv_i_sort_iobjnm  TYPE RS_BOOL, "   RS_C_TRUE
lv_i_use_bi_search  TYPE RS_BOOL, "   RS_C_FALSE
lv_i_s_tlogo_scope  TYPE RSO_S_TLOGO, "   
lv_i_only_same_scope  TYPE RS_BOOL, "   RS_C_FALSE
lv_i_chatp  TYPE RSCHATP, "   '*'
lv_e_chkview  TYPE RSDCHKVIEW, "   
lv_i_show_cha  TYPE RS_BOOL, "   RS_C_FALSE
lv_i_show_tim  TYPE RS_BOOL, "   RS_C_FALSE
lv_i_show_dpa  TYPE RS_BOOL, "   RS_C_FALSE
lv_i_show_kyf  TYPE RS_BOOL, "   RS_C_FALSE
lv_i_show_uni  TYPE RS_BOOL, "   RS_C_FALSE
lv_i_show_atr_nav  TYPE RS_BOOL, "   RS_C_FALSE
lv_i_bchreffl  TYPE RSBCHREFFL. "   '*'

  CALL FUNCTION 'RSD_IOBJ_F4'  "Input Help (F4): InfoObjects
    EXPORTING
         I_OBJVERS = lv_i_objvers
         I_NOVALFL = lv_i_novalfl
         I_TXTTABFL = lv_i_txttabfl
         I_HIETABFL = lv_i_hietabfl
         I_AUTHRELFL = lv_i_authrelfl
         I_UNITP = lv_i_unitp
         I_INFOAREA = lv_i_infoarea
         I_KYF_REF = lv_i_kyf_ref
         I_INFOCUBE = lv_i_infocube
         I_TITLE = lv_i_title
         I_T_IOBJ_ADD = lv_i_t_iobj_add
         I_SHOW_ALL = lv_i_show_all
         I_DISPLAY = lv_i_display
         I_SORT_IOBJNM = lv_i_sort_iobjnm
         I_USE_BI_SEARCH = lv_i_use_bi_search
         I_S_TLOGO_SCOPE = lv_i_s_tlogo_scope
         I_ONLY_SAME_SCOPE = lv_i_only_same_scope
         I_CHATP = lv_i_chatp
         I_SHOW_CHA = lv_i_show_cha
         I_SHOW_TIM = lv_i_show_tim
         I_SHOW_DPA = lv_i_show_dpa
         I_SHOW_KYF = lv_i_show_kyf
         I_SHOW_UNI = lv_i_show_uni
         I_SHOW_ATR_NAV = lv_i_show_atr_nav
         I_BCHREFFL = lv_i_bchreffl
    IMPORTING
         E_TXTLG = lv_e_txtlg
         E_TXTSH = lv_e_txtsh
         E_CHKVIEW = lv_e_chkview
    CHANGING
         C_IOBJNM = lv_c_iobjnm
    EXCEPTIONS
        ILLEGAL_INPUT = 1
. " RSD_IOBJ_F4




ABAP code using 7.40 inline data declarations to call FM RSD_IOBJ_F4

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
"SELECT single IOBJNM FROM RSDIOBJ INTO @DATA(ld_c_iobjnm).
DATA(ld_c_iobjnm) = RS_C_' '30.
 
DATA(ld_i_objvers) = RS_C_OBJVERS-ACTIVE.
 
 
DATA(ld_i_novalfl) = '*'.
 
DATA(ld_i_txttabfl) = '*'.
 
DATA(ld_i_hietabfl) = '*'.
 
DATA(ld_i_authrelfl) = '*'.
 
DATA(ld_i_unitp) = '*'.
 
DATA(ld_i_infoarea) = '*'.
 
DATA(ld_i_kyf_ref) = '*'.
 
DATA(ld_i_infocube) = ' '.
 
DATA(ld_i_title) = ' '.
 
 
 
DATA(ld_i_show_all) = RS_C_FALSE.
 
DATA(ld_i_display) = RS_C_FALSE.
 
DATA(ld_i_sort_iobjnm) = RS_C_TRUE.
 
DATA(ld_i_use_bi_search) = RS_C_FALSE.
 
 
DATA(ld_i_only_same_scope) = RS_C_FALSE.
 
DATA(ld_i_chatp) = '*'.
 
 
DATA(ld_i_show_cha) = RS_C_FALSE.
 
DATA(ld_i_show_tim) = RS_C_FALSE.
 
DATA(ld_i_show_dpa) = RS_C_FALSE.
 
DATA(ld_i_show_kyf) = RS_C_FALSE.
 
DATA(ld_i_show_uni) = RS_C_FALSE.
 
DATA(ld_i_show_atr_nav) = RS_C_FALSE.
 
DATA(ld_i_bchreffl) = '*'.
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!