SAP Reports / Programs | Application Platform | Master Data | SAP Business Partner(AP-MD-BP) SAP AP

BUPTDTRANSMIT_OLD SAP ABAP Report - OBSOLETE (Previously Distribution of Time-Dependent BP Data)







BUPTDTRANSMIT_OLD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report docu does not need to be translated: Exists since ABA 640 & Report is availalbe for customers for emergency purposes only In Release 6...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter BUPTDTRANSMIT_OLD 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 BUPTDTRANSMIT_OLD. "Basic submit
SUBMIT BUPTDTRANSMIT_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT BUPTDTRANSMIT_OLD 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: S_APPLI = Applications
Title: OBSOLETE (Previously Distribution of Time-Dependent BP Data)
Text Symbol: 001 = There is no data for distribution
Text Symbol: 002 = Application &1:
Text Symbol: 003 = &1 records distributed; &2 of them successfully
Text Symbol: 004 = Distribution of time-dependent partner data


INCLUDES used within this REPORT BUPTDTRANSMIT_OLD

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_BUT0BK_SELECT_SINGLE CALL FUNCTION 'BUP_BUT0BK_SELECT_SINGLE' EXPORTING I_PARTNER = ll_but0bk-partner I_BKVID = ll_but0bk-bkvid i_valdt_sel = '00000000' IMPORTING E_BUT0BK = ll_but0bk EXCEPTIONS OTHERS = 1 .

BUA_BUT020_SELECT_SINGLE CALL FUNCTION 'BUA_BUT020_SELECT_SINGLE' EXPORTING I_PARTNER = ll_but020-partner I_ADDRNUMBER = ll_but020-addrnumber i_valdt_sel = '00000000' IMPORTING E_BUT020 = ll_but020 EXCEPTIONS OTHERS = 1 .

BUA_BUT021_SELECT_WITH_PARTNER CALL FUNCTION 'BUA_BUT021_SELECT_WITH_PARTNER' EXPORTING I_PARTNER = ll_but021_fs-partner i_valdt_sel = '00000000' TABLES T_BUT021_FS = lt_but021 EXCEPTIONS OTHERS = 1 .

BUP_BUT000_SELECT_WITH_PARTNER CALL FUNCTION 'BUP_BUT000_SELECT_WITH_PARTNER' EXPORTING I_PARTNER = ll_but000-partner I_CP_EXCLUDE = 'X' TABLES T_BUT000 = lt_but000 EXCEPTIONS OTHERS = 1.

BUP_BUT100_SELECT_SINGLE CALL FUNCTION 'BUP_BUT100_SELECT_SINGLE' EXPORTING I_PARTNER = ll_but100-partner I_RLTYP = ll_but100-rltyp I_DFVAL = ll_but100-dfval i_valdt_sel = '00000000' IMPORTING E_BUT100 = ll_but100 EXCEPTIONS OTHERS = 1 .

FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING FUNCNAME = lt_tb048-funcname TABLES EXCEPTION_LIST = lt_rsexc EXPORT_PARAMETER = lt_rsexp IMPORT_PARAMETER = lt_rsimp TABLES_PARAMETER = lt_rstbl EXCEPTIONS OTHERS = 1 .

BUPA_BUT000_TD_SWAP CALL FUNCTION 'BUPA_BUT000_TD_SWAP' TABLES CT_BUT000_TD = lt_but000_tds CHANGING CS_BUT000 = ls_but000.

ADDR_MEMORY_PUSH CALL FUNCTION 'ADDR_MEMORY_PUSH' EXCEPTIONS OTHERS = 1.

BUA_ADDRESS_NAME_UPDATE CALL FUNCTION 'BUA_ADDRESS_NAME_UPDATE' EXPORTING I_BUT000 = ls_but000 EXCEPTIONS OTHERS = 1.

ADDR_MEMORY_SAVE_GROUP_FILTER CALL FUNCTION 'ADDR_MEMORY_SAVE_GROUP_FILTER' TABLES IT_ADDRESS_GROUP = lt_address_group IT_PERSON_GROUP = lt_person_group EXCEPTIONS OTHERS = 1.

ADDR_MEMORY_SAVE CALL FUNCTION 'ADDR_MEMORY_SAVE' EXCEPTIONS OTHERS = 1.

ADDR_MEMORY_RESTORE CALL FUNCTION 'ADDR_MEMORY_RESTORE' EXCEPTIONS OTHERS = 1.

ADDR_MEMORY_POP CALL FUNCTION 'ADDR_MEMORY_POP' EXCEPTIONS OTHERS = 1.



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