SAP Reports / Programs | Application Platform | Transaction Tax Engine(AP-TTE) SAP AP

TTE_DOCUMENT_LIST3 SAP ABAP Report - 3.0 Persistency TTE Document List







TTE_DOCUMENT_LIST3 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 TTE_DOCUMENT_LIST3 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 TTE_DOCUMENT_LIST3. "Basic submit
SUBMIT TTE_DOCUMENT_LIST3 AND RETURN. "Return to original report after report execution complete
SUBMIT TTE_DOCUMENT_LIST3 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: SEL_USER = D User
Selection Text: SEL_OBJK = D Ref.Obj Key.
Selection Text: SEL_CRDT = D Created On
Selection Text: SEL_CHNG = D Changed On
Selection Text: P_STORNO = Select only Canceled
Selection Text: P_ITEM = With item detail
Title: 3.0 Persistency TTE Document List
Text Symbol: A06 = Display Document
Text Symbol: A05 = Number of Documents
Text Symbol: A04 = to
Text Symbol: A03 = Created from
Text Symbol: A01 = 3.0 TTE Documents
Text Symbol: 015 = 3.0 TTE Documents are selected
Text Symbol: 014 = It can take long time! Do you want to continue?
Text Symbol: 013 = 3.0 TTE Document Selection
Text Symbol: 012 = TTE Documents
Text Symbol: 011 = Doc.ID/Item Number/TaxValue
Text Symbol: 010 = ERROR
Text Symbol: 004 = caused a failure.
Text Symbol: 003 = A method in the automation queue
Text Symbol: 002 = Internal error:
Text Symbol: 001 = Automation Queue failure


INCLUDES used within this REPORT TTE_DOCUMENT_LIST3

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:

POPUP_TO_INFORM call function 'POPUP_TO_INFORM' EXPORTING titel = 'Automation Queue failure'(001) txt1 = 'Internal error:'(002) txt2 = 'A method in the automation queue'(003) txt3 = 'caused a failure.'(004).

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TTEPD3_DOCUMENT_LIST_ST' CHANGING ct_fieldcat = gt_fieldcatalog.

FUNCTION_EXISTS call function 'FUNCTION_EXISTS' exporting funcname = 'TTE_3_DOCUMENT_DISPLAY' * IMPORTING * GROUP = * INCLUDE = * NAMESPACE = * STR_AREA = exceptions function_not_exist = 1 others = 2 .

TTE_3_DOCUMENT_GET call function 'TTE_3_DOCUMENT_GET' EXPORTING i_handle = lv_get_handle i_with_usitems = 'N' i_read_from_tte = space IMPORTING o_document_atr = lv_document_atr TABLES it_header = it3_header_tab it_item = it3_item_tab it_product = it3_product_tab it_productusage = it3_productusage_tab it_partner = it3_partner_tab it_partnertaxnumber = it3_partnertaxnumber_tab it_pricingelement = it3_pricingelement_tab it_exemption = it3_exemption_tab it_taxclassification = it3_taxclassification_tab it_currencyconversion = it3_currencyconversion_tab it_reportingfield = it3_reportingfield_tab it_taxsituation = it3_taxsituation_tab it_taxdetermination = it3_taxdetermination_tab ot_header = ot3_header_tab ot_item = ot3_item_tab ot_taxelement = ot3_taxelement_tab ot_taxvalue = ot3_taxvalue_tab ot_taxsituation = ot3_taxsituation_tab ot_currencyconversion = ot3_currencyconversion_tab ot_exemption = ot3_exemption_tab ot_partner = ot3_partner_tab ot_partnertaxnumber = ot3_partnertaxnumber_tab ot_taxclassification = ot3_taxclassification_tab ot_traceentry = ot3_traceentry_tab ot_us_tax = ot3_usitem_tab EXCEPTIONS communication_failure = 1 no_tte_document = 2 system_failure = 3 others = 4.

TTE_3_DOCUMENT_BUFF_REFRESH call function 'TTE_3_DOCUMENT_BUFF_REFRESH'.

TTE_3_DOCUMENT_BUFF_REFRESH call function 'TTE_3_DOCUMENT_BUFF_REFRESH'.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' "#EC * exporting defaultoption = 'N' textline1 = gv_s_text textline2 = text-014 titel = text-013 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' importing answer = gv_sel_answer.



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