SAP Reports / Programs | SAP Utilities | SAP Utilities(IS-U) SAP IS

ECONCCARD_DI SAP ABAP Report - BP: Example Program for Direct Update of BP Concession Card







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


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 ECONCCARD_DI. "Basic submit
SUBMIT ECONCCARD_DI AND RETURN. "Return to original report after report execution complete
SUBMIT ECONCCARD_DI 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: 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!


INCLUDES used within this REPORT ECONCCARD_DI

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:

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.



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