SAP Reports / Programs

FBICRC_CPDATA_UPLOAD SAP ABAP Report - Upload Contact Person Data







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

FBIC034 - Upload Contact Person Data


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 FBICRC_CPDATA_UPLOAD. "Basic submit
SUBMIT FBICRC_CPDATA_UPLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT FBICRC_CPDATA_UPLOAD 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: SO_RCOMP = D .
Selection Text: PA_XML = Microsoft Excel XML
Selection Text: PA_TEST = D .
Selection Text: PA_TAB = Text Tab Delimited
Selection Text: PA_STRUC = File Structure
Selection Text: PA_RPROC = D .
Selection Text: PA_NONE = No Contact Info
Selection Text: PA_MOD = Only Updated Contact Info
Selection Text: PA_FILE = File Name
Selection Text: PA_DEL = All Contact Info
Title: Upload Contact Person Data
Text Symbol: 026 = Entry not valid according to restrictions.
Text Symbol: 027 = Database Category in file: &1
Text Symbol: 028 = Email data created for &1
Text Symbol: 029 = Phone number created for &1
Text Symbol: 031 = User &1 assigned to company &2
Text Symbol: 032 = &1 assigend to company &2
Text Symbol: 034 = Contact data created for &1
Text Symbol: B01 = Technical Settings
Text Symbol: B02 = Technical Settings
Text Symbol: B03 = File Type
Text Symbol: B04 = File Contents
Text Symbol: C01 = Updated Contact Information for Companies
Text Symbol: C02 = All Contact Information for Companies
Text Symbol: C03 = Only Contact Info Without Link to Companies
Text Symbol: 001 = Choose File for Upload
Text Symbol: 002 = Contact data unchanged for user &1
Text Symbol: 003 = Contact data updated for user &1
Text Symbol: 004 = Email data unchanged for user &1
Text Symbol: 005 = Phone number unchanged for user &1
Text Symbol: 006 = Phone number updated for user &1
Text Symbol: 007 = Email data updated for user &1
Text Symbol: 008 = Name in contact data matches user &1
Text Symbol: 009 = No user name specified.
Text Symbol: 010 = No person ID specified.
Text Symbol: 011 = Name in contact data matches person &1
Text Symbol: 012 = Person &1 will be updated.
Text Symbol: 013 = Person &1 will not be updated.





Text Symbol: 014 = Contact data unchanged for &1
Text Symbol: 015 = Contact data updated for &1
Text Symbol: 016 = Phone number unchanged for &1
Text Symbol: 017 = Phone number updated for &1
Text Symbol: 018 = Email data updated for &1
Text Symbol: 019 = Email data unchanged for &1
Text Symbol: 020 = Client in file: &1.
Text Symbol: 021 = Import only possible for local client.
Text Symbol: 022 = Contact data imported into client &1
Text Symbol: 023 = Contact Person Database in file: &1
Text Symbol: 024 = Import started for database &1.
Text Symbol: 025 = Contact data is not processed.


INCLUDES used within this REPORT FBICRC_CPDATA_UPLOAD

INCLUDE FBICRC_CPDATA_UPLOAD_TOP.
INCLUDE FBICRC_CPDATA_UPLOAD_SEL.


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:

No SAP FUNCTION MODULES are executed within this report code!



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