SAP Reports / Programs

RFVIRECNDARK SAP ABAP Report - Re Contract: Test for 'Background Maintenance'







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

FOIK - RECN-BDT: Update w/o Dialog


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 RFVIRECNDARK. "Basic submit
SUBMIT RFVIRECNDARK AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIRECNDARK 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: 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 = PO Box City
Selection Text: PO_BOX = PO 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 = Complete Name Line
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: LGNUM = ID Number
Selection Text: XSEXM = Male
Selection Text: XSEXF = Female
Selection Text: XDFADU = Default Usage
Selection Text: XDFADR = Standard Address
Selection Text: TYPE = BP Category
Selection Text: TI_ROYL = Name Suffix
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 = Telephone Standard 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 No.
Selection Text: STREETAB = Street Abbreviation
Selection Text: STREET = Street
Selection Text: SOURCE = BP Origin
Selection Text: SORT_PHN = Phonet. Sort
Selection Text: SORT2 = Sort Field B
Selection Text: SORT1 = Sort Field A
Selection Text: SAETZE = Number of Records
Selection Text: ROOMNUMB = Room No.
Selection Text: RLTYP = BP Role
Selection Text: LEGAL_E = Legal Form
Selection Text: CLBRG = Register of Associations
Selection Text: CITY_COD = City No.
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 Account Number
Selection Text: BANKL = Bank Keys
Selection Text: AKTYP = Activity
Selection Text: ADR_KIND = Address Type
Selection Text: ADEXT = External Address No.
Selection Text: ADDRORIG = Address Source
Selection Text: LANGU = Language
Selection Text: KOINH = Account Holder
Selection Text: JOBGR = Occupation/Group
Selection Text: INFCT = Local Court
Selection Text: IND_SEC = Industry Sector
Selection Text: HOUSE_N3 = House Number Range
Selection Text: HOUSE_N2 = House Number Suppl.
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 = Enhancement
Selection Text: EXTENSI1 = Enhancement
Selection Text: EMPLO = Employer
Selection Text: COUNTRY = Country Key
Selection Text: COPRG = Reg.of Coops
Selection Text: COMRG = Commercial Register
Title: Re Contract: Test for 'Background Maintenance'
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: NOI = Not yet implemented
Text Symbol: ORG = ----- Organization -----
Text Symbol: PHY = Phys. file name not determined
Text Symbol: SUC = File successfully created


INCLUDES used within this REPORT RFVIRECNDARK

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:

BUS_CONTROL_MAIN_DI CALL FUNCTION 'BUS_CONTROL_MAIN_DI' EXPORTING i_objap = 'RECN' * I_NODATA = '/' * I_XUPDTASK = ' ' * I_XCOMMIT = 'X' IMPORTING e_xerror = gv_error 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 RFVIRECNDARK or its description.