ECONCCARD_DI 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 ECONCCARD_DI into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: AB = Autzhorized From
Selection Text: AKTYP = Activity
Selection Text: BIS = Authorized Until
Selection Text: BPEXT = External Number
Selection Text: BPKIND = BP Type
Selection Text: CARD_TYP = Concession Card Type
Selection Text: CH_CHIND = Change Ind. (Time Slice Conc.)
Selection Text: CON_CARD = Concession Card Number
Selection Text: C_CHIND = Change Ind. (Concession Card)
Selection Text: EXPIRY = Expiry Date of Concession Card
Selection Text: GROUP = Grouping
Selection Text: ISSUED = Issue Date of Concession Card
Selection Text: ISSUER = Issuer of Concession Card
Selection Text: LUSED = Last Date Concession Card Used
Selection Text: PARTNER = Business Partner
Selection Text: RLTYP = BP Role
Selection Text: TYPE = BP Category
Selection Text: VALID = Valid Concession Card
Title: BP: Example Program for Direct Update of BP Concession Card
Text Symbol: B02 = Concession Card
Text Symbol: B01 = Header Data
Text Symbol: 002 = The Following Errors Occurred:
Text Symbol: 001 = No Errors Occurred!
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BUP_DI_DATA_HEADER CALL FUNCTION 'BUP_DI_DATA_HEADER' EXPORTING i_aktyp = aktyp i_partner = partner i_bpext = bpext i_type = type i_bpkind = bpkind i_group = group i_rltyp = rltyp TABLES t_data = gt_data.
ISUC_DI_DATA_CONCARD CALL FUNCTION 'ISUC_DI_DATA_CONCARD' TABLES t_econcard_dtl = gt_econcard_dtl t_data = gt_data.
BUS_CONTROL_MAIN_DI CALL FUNCTION 'BUS_CONTROL_MAIN_DI' EXPORTING i_objap = gc_objap IMPORTING e_xerror = gv_xerror TABLES t_data = gt_data t_message = gt_message.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ECONCCARD_DI - BP: Example Program for Direct Update of BP Concession Card ECONCCARD_DI - BP: Example Program for Direct Update of BP Concession Card ECN_XPRA_01 - ECNXPRA01 ECN_XPRA_01 - ECNXPRA01 ECM_TEST_DATA_GENERATOR - Program ECM_TEST_DATA_GENERATOR ECM_TEST_DATA_GENERATOR - Program ECM_TEST_DATA_GENERATOR