SAP Reports / Programs

BUPFILED SAP ABAP Report - CBP: generate test file for direct input







BUPFILED 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 BUPFILED 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

BUTJ - 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 BUPFILED. "Basic submit
SUBMIT BUPFILED AND RETURN. "Return to original report after report execution complete
SUBMIT BUPFILED 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: RLTYP = BP Role
Selection Text: REMARK = Remarks
Selection Text: REGION = Region
Selection Text: PRE2 = 2nd Name Prefix
Selection Text: PRE1 = Name Prefix
Selection Text: PRE = Prefix of Partner
Selection Text: PO_BOX_L = P.O.Box / City
Selection Text: PO_BOX = P.O. Box
Selection Text: POST_CO3 = Company Postal Code
Selection Text: POST_CO2 = PO Box Postal Code
Selection Text: POST_CO1 = Postal Code
Selection Text: PERNO = Personnel Number
Selection Text: PARTGR = Partner Group Type
Selection Text: NICKNAME = Known As
Selection Text: NATIO = Nationality
Selection Text: NAM_ORG4 = Name 4
Selection Text: NAM_ORG3 = Name 3
Selection Text: NAM_ORG2 = Name 2
Selection Text: NAM_ORG1 = Name 1
Selection Text: NAM_LAST = Last Name
Selection Text: NAM_FIRS = First Name
Selection Text: NAME_GR2 = Name 2
Selection Text: NAME_GR1 = Name 1
Selection Text: NAME_CO = c/o Name
Selection Text: NAME1_T = Name Line Complete
Selection Text: MODE = File Format ('T'ext, 'B'inary)
Selection Text: MARST = Marital Status
Selection Text: LOGFILE = Logical File Name
Selection Text: LOCATION = Location
Selection Text: LGTYP = Legitimation Type
Selection Text: ROOMNUMB = Room Number
Selection Text: XSEXM = Male
Selection Text: XSEXF = Female
Selection Text: XDFADU = Default Usage
Selection Text: XDFADR = Standard Address
Selection Text: XDELE = Archiving Flag
Selection Text: VALDT = Validity Date
Selection Text: TYPE = BP Category





Selection Text: TI_ROYL = Name Affix
Selection Text: TI_ACA2 = 2nd Academic Title
Selection Text: TI_ACA1 = Academic Title
Selection Text: TITLE = Form of Address
Selection Text: TIME_ZON = Time Zone
Selection Text: TEL_REMA = Telephone Remarks
Selection Text: TEL_NUMB = Telephone Number
Selection Text: TEL_EXTE = Telephone Extension
Selection Text: TEL_DEFL = Standard Telephone Number
Selection Text: TEL_CNTR = Telephone Country Key
Selection Text: TEL_CHIN = Telephone Change Indicator
Selection Text: TAXJURCO = Jurisdiction Code
Selection Text: STR_SUP2 = Street - Suppl. 2
Selection Text: STR_SUP1 = Street - Suppl. 1
Selection Text: STRUC = Name of Sender Structure
Selection Text: STREETCO = Street Number
Selection Text: STREETAB = Street Abbreviation
Selection Text: STREET = Street
Selection Text: SOURCE = BP Origin
Selection Text: SORT_PHN = Sort Phonetically
Selection Text: SORT2 = Sort Field B
Selection Text: SORT1 = Sort Field A
Selection Text: SAETZE = Number of Records
Selection Text: COMRG = Commercial Register
Selection Text: CLBRG = Register of Associations
Selection Text: CITY_COD = City Number
Selection Text: CITY2 = District
Selection Text: CITY1 = Location
Selection Text: CHIND_BK = Change Indicator (Bank Data)
Selection Text: CHIND_AV = Change Indicator (Address Use)
Selection Text: CHIND_AD = Change Indicator (Addresses)
Selection Text: BU_SORT2 = Search Term 2
Selection Text: BU_SORT1 = Search Term 1
Selection Text: BUILDING = Building
Selection Text: BKVID = Bank Details ID
Selection Text: BKREF = Reference Details
Selection Text: BKONT = Bank Control Key
Selection Text: BKEXT = External Bank Details ID
Selection Text: BIRTHDT = Date of Birth





Selection Text: BANKS = Bank Country
Selection Text: BANKN = Bank acct
Selection Text: BANKL = Bank Key
Selection Text: AKTYP = Activity
Selection Text: ADR_KIND = Address Type
Selection Text: ADEXT = External Address No.
Selection Text: ADDRORIG = Address Source
Selection Text: LGNUM = ID Number
Selection Text: LEGAL_E = Legal Form
Selection Text: LANGU = Language
Selection Text: KOINH = Account Holder
Selection Text: JOBGR = Occupation/Group
Selection Text: INFCT = Local Court
Selection Text: IND_SEC = Industry
Selection Text: HOUSE_N3 = House Number Range
Selection Text: HOUSE_N2 = House Number Supplement
Selection Text: HOUSE_N1 = House Number
Selection Text: GROUP = Grouping
Selection Text: FLOOR = Floor
Selection Text: FAX_REMA = FAX Remarks
Selection Text: FAX_NUMB = Fax Number
Selection Text: FAX_EXTE = FAX Extension
Selection Text: FAX_DEFL = FAX Standard Number
Selection Text: FAX_CNTR = FAX Country Key
Selection Text: FAX_CHIN = FAX Change Indicator
Selection Text: EXTENSI2 = Extension
Selection Text: EXTENSI1 = Extension
Selection Text: EMPLO = Employer
Selection Text: COUNTRY = Country Key
Selection Text: COPRG = Public Reg. of Cooperatives
Title: CBP: generate test file for direct input
Text Symbol: 001 = No errors occurred!
Text Symbol: 002 = The following errors occurred:
Text Symbol: ADV = ----- Address Usage -----
Text Symbol: B01 = Header Infos
Text Symbol: B02 = General Data
Text Symbol: B03 = Address
Text Symbol: B04 = Bank Data
Text Symbol: ER1 = SYST Error: During Generation of Subrout.



Text Symbol: GRP = ----- Group -----
Text Symbol: MOD = Invalid File Mode
Text Symbol: NAT = ----- Nat. Person -----
Text Symbol: ORG = ----- Organization -----
Text Symbol: PHY = Phys. file name not determined
Text Symbol: SUC = File successfully created


INCLUDES used within this REPORT BUPFILED

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 = LV_LOG_FILE 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 BUPFILED or its description.