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

BUBFILED SAP ABAP Report - BPR: Generate Test File for Direct Input







BUBFILED 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 BUBFILED into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BUBW - BP: Generate Test File (DI)


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 BUBFILED. "Basic submit
SUBMIT BUBFILED AND RETURN. "Return to original report after report execution complete
SUBMIT BUBFILED VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Business Partner Relationships: Generate Test File for Direct Input
Selection Text: XRF = Role definition indicator
Selection Text: TEL_NR = Telephone number
Selection Text: TEL_EX = Tel. extension
Selection Text: STRUC = Name of DDIC sender structure
Selection Text: SAETZE = Number of Data Records
Selection Text: RLTYP = BP role (Business Partner 1)
Selection Text: RELTYP = Relationship/Role Def.Category
Selection Text: PAVIP = VIP Indicator
Selection Text: PAREM = Note
Selection Text: PAFKT = Function
Selection Text: PAAUTH = Authority
Selection Text: MODE = File format ('T'ext, 'B'inary)
Selection Text: LOGFILE = Logical File Name
Selection Text: FNCTN = Function Description
Selection Text: FAX_NR = Fax Number
Selection Text: FAX_EX = Fax Extension
Selection Text: DPRTMNT = Company Department
Selection Text: DFTVAL = Differentiation Type Instance
Selection Text: DATE_TO = Valid To
Selection Text: DATE_TN = Valid To (New)
Selection Text: DATE_FR = Valid From
Selection Text: DATE_FN = Valid From (New)
Selection Text: AKTYP = Activity
Selection Text: ABTNR = Department
Title: BPR: Generate Test File for Direct Input
Text Symbol: SUC = Test File was Generated Successfully
Text Symbol: PHY = Physical File Name Could Not be Found
Text Symbol: OPN = Could Not Open File
Text Symbol: MOD = Invalid File Format
Text Symbol: ER1 = SYST: Error When Generating Subroutine
Text Symbol: B04 = Relationship/Role Definition Attributes Without Differentiation
Text Symbol: B03 = General Data
Text Symbol: B02 = Initial Screen Data
Text Symbol: B01 = Direct Input Data


INCLUDES used within this REPORT BUBFILED

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:

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING client = sy-mandt logical_filename = log_file_name operating_system = sy-opsys IMPORTING * emergency_flag = lv_emergency_flag * file_format = lv_file_format file_name = file_name EXCEPTIONS file_not_found = 01.



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