SAP BAPI_BUS1077_GETDETAIL Function Module for EHS: Read Specification









BAPI_BUS1077_GETDETAIL is a standard bapi bus1077 getdetail SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for EHS: Read Specification 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 bapi bus1077 getdetail FM, simply by entering the name BAPI_BUS1077_GETDETAIL into the relevant SAP transaction such as SE37 or SE38.

Function Group: 1077
Program Name: SAPL1077
Main Program: SAPL1077
Appliation area: M
Release date: N/A
Mode(Normal, Remote etc): Remote-Enabled
Update:



Function BAPI_BUS1077_GETDETAIL 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 'BAPI_BUS1077_GETDETAIL'"EHS: Read Specification
EXPORTING
SCENARIO = "Read specification data 'to be changed' or 'to be displayed'
* FLG_HEADER_USAGE = "Read restrictions for specification header
* FLG_REFSUBS = "Read reference specifications
* FLG_IDENT = "Read Identifiers
* FLG_IDENT_LONGTEXT = "Read Long Texts for Identifiers
* FLG_IDENT_USAGE = "Read usages for identifiers
* FLG_MATJOIN = "Read Material Assignments
* FLG_TPLREL = "Read Inheritance Relationships
* FLG_APPLSCP = "Read Scopes of Application
* FLG_PROPERTIES = "Read value assignments
* FLG_PROP_DATA = "Read Value Assignments
* KEY_DATE = SY-DATUM "Validity Date for Specification Key
* FLG_PROP_DETAILS = "Read Additional Information on Value Assignment
* FLG_PROP_FTEXT_LONGTEXT = "Read long texts for user-defined texts
* FLG_SORT_PROP_DATA = "Sort value assignment data
* FLG_READ_ALL_CHARACT = "Read All Characteristics (Incl. Empty Ones)
* FLG_READ_WITHOUT_REF = "Read Specifications Without References
* FLG_DANG_GOOD_DATA = "Read Detail Data of UN-Listed Substances
* FLG_SHOW_LOCAL_INH_REC = "Also Read Passed-On Data
* FLG_SKIP_PROP_PACK = "
* FLG_SKIP_PROP_SPROV = "
* FLG_SKIP_PROP_CARR = "
* CHANGE_NUMBER = "Change Number
* SCENARIO_CALLBACK_FUNC = "
* VALFR = "Lower Time Interval Limit
* VALTO = "Upper Time Interval Limit
* FLG_KEY_DATE_SWITCH_ONLY = "Indicator: Change key date and change number only
* FLG_RETURN_WHOLE_INTERVAL = "Indicator: Read the entire time interval
* MULTLANGU_PARAMS = "Language support parameters
* FLG_HEADER = "Read Specification Header Data

IMPORTING
FLG_ABORT_ON_ERROR = "Cancel processing

TABLES
RETURN = "Confirmations
* PROP_HEADER = "Value assignment types
* PROP_VAL = "Value assignment instances
* PROP_DATA = "Value assignments
* PROP_COMPONENT = "Component Assignments
* PROP_USAGE = "Usage data
* PROP_RELIABILITY = "Assessment data
* PROP_SOURCE = "Source data
* PROP_FTEXT = "User-defined texts
* PROP_FTEXT_LONGTEXT = "Long Texts for User-Defined Texts
* PROP_TAB07 = "Transport Approval Data
* SUB_HEADER = "Specification Header Data
* PROP_TAB0B = "Packaging Code Approval Data
* PROP_TAB0D = "Risk Classification Data
* PROP_TAB0F = "Transport Classification Data
* PROP_PACK = "Packaging Data
* PROP_SPROV = "Special Packing Provisions
* PROP_CARR = "Provisions for Carriage
* REFSUBS = "Reference Specification Data
* IDENT_HEADER = "Identifier data
* IDENT_LONGTEXT = "Identifier long texts
* IDENT_SUBLIST = "Regulatory list assignments
* MATJOIN = "Material assignments
* TPLREL = "Inheritance relationships
* APPLSCP = "Scopes of Application
.



IMPORTING Parameters details for BAPI_BUS1077_GETDETAIL

SCENARIO - Read specification data 'to be changed' or 'to be displayed'

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

FLG_HEADER_USAGE - Read restrictions for specification header

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_REFSUBS - Read reference specifications

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_IDENT - Read Identifiers

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_IDENT_LONGTEXT - Read Long Texts for Identifiers

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_IDENT_USAGE - Read usages for identifiers

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_MATJOIN - Read Material Assignments

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_TPLREL - Read Inheritance Relationships

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_APPLSCP - Read Scopes of Application

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_PROPERTIES - Read value assignments

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_PROP_DATA - Read Value Assignments

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

KEY_DATE - Validity Date for Specification Key

Data type: RCGADDINF-VALDAT
Default: SY-DATUM
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_PROP_DETAILS - Read Additional Information on Value Assignment

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_PROP_FTEXT_LONGTEXT - Read long texts for user-defined texts

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_SORT_PROP_DATA - Sort value assignment data

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_READ_ALL_CHARACT - Read All Characteristics (Incl. Empty Ones)

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_READ_WITHOUT_REF - Read Specifications Without References

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_DANG_GOOD_DATA - Read Detail Data of UN-Listed Substances

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_SHOW_LOCAL_INH_REC - Also Read Passed-On Data

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_SKIP_PROP_PACK -

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_SKIP_PROP_SPROV -

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_SKIP_PROP_CARR -

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

CHANGE_NUMBER - Change Number

Data type: RCGADDINF-AENNR
Optional: Yes
Call by Reference: No ( called with pass by value option)

SCENARIO_CALLBACK_FUNC -

Data type: RS38L-NAME
Optional: Yes
Call by Reference: No ( called with pass by value option)

VALFR - Lower Time Interval Limit

Data type: RCGADDINF-VALDAT
Optional: Yes
Call by Reference: No ( called with pass by value option)

VALTO - Upper Time Interval Limit

Data type: RCGADDINF-VALDAT
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_KEY_DATE_SWITCH_ONLY - Indicator: Change key date and change number only

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

FLG_RETURN_WHOLE_INTERVAL - Indicator: Read the entire time interval

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

MULTLANGU_PARAMS - Language support parameters

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

FLG_HEADER - Read Specification Header Data

Data type: BAPISTDTYP-BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORTING Parameters details for BAPI_BUS1077_GETDETAIL

FLG_ABORT_ON_ERROR - Cancel processing

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

TABLES Parameters details for BAPI_BUS1077_GETDETAIL

RETURN - Confirmations

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

PROP_HEADER - Value assignment types

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

PROP_VAL - Value assignment instances

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

PROP_DATA - Value assignments

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

PROP_COMPONENT - Component Assignments

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

PROP_USAGE - Usage data

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

PROP_RELIABILITY - Assessment data

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

PROP_SOURCE - Source data

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

PROP_FTEXT - User-defined texts

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

PROP_FTEXT_LONGTEXT - Long Texts for User-Defined Texts

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

PROP_TAB07 - Transport Approval Data

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

SUB_HEADER - Specification Header Data

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

PROP_TAB0B - Packaging Code Approval Data

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

PROP_TAB0D - Risk Classification Data

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

PROP_TAB0F - Transport Classification Data

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

PROP_PACK - Packaging Data

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

PROP_SPROV - Special Packing Provisions

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

PROP_CARR - Provisions for Carriage

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

REFSUBS - Reference Specification Data

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

IDENT_HEADER - Identifier data

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

IDENT_LONGTEXT - Identifier long texts

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

IDENT_SUBLIST - Regulatory list assignments

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

MATJOIN - Material assignments

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

TPLREL - Inheritance relationships

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

APPLSCP - Scopes of Application

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

Copy and paste ABAP code example for BAPI_BUS1077_GETDETAIL 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:
lt_return  TYPE STANDARD TABLE OF BAPIRET2, "   
lv_scenario  TYPE BAPISTDTYP-SCENARIO, "   
lv_flg_abort_on_error  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_header  TYPE STANDARD TABLE OF BAPI1077VH, "   
lv_flg_header_usage  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_val  TYPE STANDARD TABLE OF BAPI1077VA, "   
lv_flg_refsubs  TYPE BAPISTDTYP-BOOLEAN, "   
lv_flg_ident  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_data  TYPE STANDARD TABLE OF BAPI1077PR, "   
lt_prop_component  TYPE STANDARD TABLE OF BAPI1077VP, "   
lv_flg_ident_longtext  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_usage  TYPE STANDARD TABLE OF BAPI1077DU, "   
lv_flg_ident_usage  TYPE BAPISTDTYP-BOOLEAN, "   
lv_flg_matjoin  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_reliability  TYPE STANDARD TABLE OF BAPI1077DR, "   
lv_flg_tplrel  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_source  TYPE STANDARD TABLE OF BAPI1077DS, "   
lt_prop_ftext  TYPE STANDARD TABLE OF BAPI1077DF, "   
lv_flg_applscp  TYPE BAPISTDTYP-BOOLEAN, "   
lv_flg_properties  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_ftext_longtext  TYPE STANDARD TABLE OF BAPI1077FL, "   
lt_prop_tab07  TYPE STANDARD TABLE OF BAPI107707, "   
lv_flg_prop_data  TYPE BAPISTDTYP-BOOLEAN, "   
lv_key_date  TYPE RCGADDINF-VALDAT, "   SY-DATUM
lt_sub_header  TYPE STANDARD TABLE OF BAPI1077RH, "   
lt_prop_tab0b  TYPE STANDARD TABLE OF BAPI10770B, "   
lv_flg_prop_details  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_tab0d  TYPE STANDARD TABLE OF BAPI10770D, "   
lv_flg_prop_ftext_longtext  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_tab0f  TYPE STANDARD TABLE OF BAPI10770F, "   
lv_flg_sort_prop_data  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_pack  TYPE STANDARD TABLE OF BAPI1077PACK, "   
lv_flg_read_all_charact  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_sprov  TYPE STANDARD TABLE OF BAPI1077SPROV, "   
lv_flg_read_without_ref  TYPE BAPISTDTYP-BOOLEAN, "   
lt_prop_carr  TYPE STANDARD TABLE OF BAPI1077CARR, "   
lv_flg_dang_good_data  TYPE BAPISTDTYP-BOOLEAN, "   
lv_flg_show_local_inh_rec  TYPE BAPISTDTYP-BOOLEAN, "   
lv_flg_skip_prop_pack  TYPE BAPISTDTYP-BOOLEAN, "   
lv_flg_skip_prop_sprov  TYPE BAPISTDTYP-BOOLEAN, "   
lv_flg_skip_prop_carr  TYPE BAPISTDTYP-BOOLEAN, "   
lt_refsubs  TYPE STANDARD TABLE OF BAPI1077RR, "   
lv_change_number  TYPE RCGADDINF-AENNR, "   
lv_scenario_callback_func  TYPE RS38L-NAME, "   
lv_valfr  TYPE RCGADDINF-VALDAT, "   
lt_ident_header  TYPE STANDARD TABLE OF BAPI1077RI, "   
lv_valto  TYPE RCGADDINF-VALDAT, "   
lt_ident_longtext  TYPE STANDARD TABLE OF BAPI1077IL, "   
lt_ident_sublist  TYPE STANDARD TABLE OF BAPI1077RL, "   
lv_flg_key_date_switch_only  TYPE BAPISTDTYP-BOOLEAN, "   
lt_matjoin  TYPE STANDARD TABLE OF BAPI1077MJ, "   
lv_flg_return_whole_interval  TYPE BAPISTDTYP-BOOLEAN, "   
lt_tplrel  TYPE STANDARD TABLE OF BAPI1077TPLREL, "   
lv_multlangu_params  TYPE EHSLSADM, "   
lt_applscp  TYPE STANDARD TABLE OF BAPI1077APPLSCP, "   
lv_flg_header  TYPE BAPISTDTYP-BOOLEAN. "   

  CALL FUNCTION 'BAPI_BUS1077_GETDETAIL'  "EHS: Read Specification
    EXPORTING
         SCENARIO = lv_scenario
         FLG_HEADER_USAGE = lv_flg_header_usage
         FLG_REFSUBS = lv_flg_refsubs
         FLG_IDENT = lv_flg_ident
         FLG_IDENT_LONGTEXT = lv_flg_ident_longtext
         FLG_IDENT_USAGE = lv_flg_ident_usage
         FLG_MATJOIN = lv_flg_matjoin
         FLG_TPLREL = lv_flg_tplrel
         FLG_APPLSCP = lv_flg_applscp
         FLG_PROPERTIES = lv_flg_properties
         FLG_PROP_DATA = lv_flg_prop_data
         KEY_DATE = lv_key_date
         FLG_PROP_DETAILS = lv_flg_prop_details
         FLG_PROP_FTEXT_LONGTEXT = lv_flg_prop_ftext_longtext
         FLG_SORT_PROP_DATA = lv_flg_sort_prop_data
         FLG_READ_ALL_CHARACT = lv_flg_read_all_charact
         FLG_READ_WITHOUT_REF = lv_flg_read_without_ref
         FLG_DANG_GOOD_DATA = lv_flg_dang_good_data
         FLG_SHOW_LOCAL_INH_REC = lv_flg_show_local_inh_rec
         FLG_SKIP_PROP_PACK = lv_flg_skip_prop_pack
         FLG_SKIP_PROP_SPROV = lv_flg_skip_prop_sprov
         FLG_SKIP_PROP_CARR = lv_flg_skip_prop_carr
         CHANGE_NUMBER = lv_change_number
         SCENARIO_CALLBACK_FUNC = lv_scenario_callback_func
         VALFR = lv_valfr
         VALTO = lv_valto
         FLG_KEY_DATE_SWITCH_ONLY = lv_flg_key_date_switch_only
         FLG_RETURN_WHOLE_INTERVAL = lv_flg_return_whole_interval
         MULTLANGU_PARAMS = lv_multlangu_params
         FLG_HEADER = lv_flg_header
    IMPORTING
         FLG_ABORT_ON_ERROR = lv_flg_abort_on_error
    TABLES
         RETURN = lt_return
         PROP_HEADER = lt_prop_header
         PROP_VAL = lt_prop_val
         PROP_DATA = lt_prop_data
         PROP_COMPONENT = lt_prop_component
         PROP_USAGE = lt_prop_usage
         PROP_RELIABILITY = lt_prop_reliability
         PROP_SOURCE = lt_prop_source
         PROP_FTEXT = lt_prop_ftext
         PROP_FTEXT_LONGTEXT = lt_prop_ftext_longtext
         PROP_TAB07 = lt_prop_tab07
         SUB_HEADER = lt_sub_header
         PROP_TAB0B = lt_prop_tab0b
         PROP_TAB0D = lt_prop_tab0d
         PROP_TAB0F = lt_prop_tab0f
         PROP_PACK = lt_prop_pack
         PROP_SPROV = lt_prop_sprov
         PROP_CARR = lt_prop_carr
         REFSUBS = lt_refsubs
         IDENT_HEADER = lt_ident_header
         IDENT_LONGTEXT = lt_ident_longtext
         IDENT_SUBLIST = lt_ident_sublist
         MATJOIN = lt_matjoin
         TPLREL = lt_tplrel
         APPLSCP = lt_applscp
. " BAPI_BUS1077_GETDETAIL




ABAP code using 7.40 inline data declarations to call FM BAPI_BUS1077_GETDETAIL

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 SCENARIO FROM BAPISTDTYP INTO @DATA(ld_scenario).
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_abort_on_error).
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_header_usage).
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_refsubs).
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_ident).
 
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_ident_longtext).
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_ident_usage).
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_matjoin).
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_tplrel).
 
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_applscp).
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_properties).
 
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_prop_data).
 
"SELECT single VALDAT FROM RCGADDINF INTO @DATA(ld_key_date).
DATA(ld_key_date) = SY-DATUM.
 
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_prop_details).
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_prop_ftext_longtext).
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_sort_prop_data).
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_read_all_charact).
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_read_without_ref).
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_dang_good_data).
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_show_local_inh_rec).
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_skip_prop_pack).
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_skip_prop_sprov).
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_skip_prop_carr).
 
 
"SELECT single AENNR FROM RCGADDINF INTO @DATA(ld_change_number).
 
"SELECT single NAME FROM RS38L INTO @DATA(ld_scenario_callback_func).
 
"SELECT single VALDAT FROM RCGADDINF INTO @DATA(ld_valfr).
 
 
"SELECT single VALDAT FROM RCGADDINF INTO @DATA(ld_valto).
 
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_key_date_switch_only).
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_return_whole_interval).
 
 
 
 
"SELECT single BOOLEAN FROM BAPISTDTYP INTO @DATA(ld_flg_header).
 


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!