SAP Reports / Programs

ISU_XPRA_CS_BPCONTACT_OBJECTS SAP ABAP Report - XPRA for Conversion of BCONTO -> Object Link







ISU_XPRA_CS_BPCONTACT_OBJECTS 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 ISU_XPRA_CS_BPCONTACT_OBJECTS 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 ISU_XPRA_CS_BPCONTACT_OBJECTS. "Basic submit
SUBMIT ISU_XPRA_CS_BPCONTACT_OBJECTS AND RETURN. "Return to original report after report execution complete
SUBMIT ISU_XPRA_CS_BPCONTACT_OBJECTS 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: P_ENDDAT = End Date
Selection Text: P_ENDTIM = End Time
Selection Text: P_PSIZE = Packet Size
Selection Text: S_BPCONT = Business Partner Contact
Selection Text: S_CLIENT = Client
Title: XPRA for Conversion of BCONTO -> Object Link
Text Symbol: 014 = converted successfully
Text Symbol: 015 = Conversion was terminated because of the above
Text Symbol: 016 = DB update error
Text Symbol: 017 = Customizing could not be converted
Text Symbol: 018 = or does not exist for selected clients
Text Symbol: 005 = were not converted because log. systems missing
Text Symbol: 004 = Contacts from client
Text Symbol: 003 = Timed out; processing terminated
Text Symbol: 002 = Processing terminated completely
Text Symbol: 001 = Number of Converted Entries in Table BCONTO
Text Symbol: 006 = Object link could not be created for
Text Symbol: 013 = Not all records read were
Text Symbol: 012 = All records read were
Text Symbol: 011 = Error during insertion of relationships
Text Symbol: 010 = Error during insertion of roles
Text Symbol: 007 = Return Code


INCLUDES used within this REPORT ISU_XPRA_CS_BPCONTACT_OBJECTS

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:

ISU_REL_ROLE_DIRECT_INSERT call function 'ISU_REL_ROLE_DIRECT_INSERT' exceptions update_failed = 1 others = 2.

ISU_BIN_REL_DIRECT_INSERT call function 'ISU_BIN_REL_DIRECT_INSERT'.

TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = iprot exceptions others = 5.

TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.

ISU_BINARY_RELATION_CREATE call function 'ISU_BINARY_RELATION_CREATE' exporting obj_rolea = w_borident_role_a obj_roleb = w_borident_role_b relationtype = relationtype client = w_bconto-mandt importing binrel = lw_binrel tables binrel_attrib = iattribut exceptions no_model = 1 internal_error = 2 unknown = 3 others = 4.

ISU_REL_ROLE_BUFFER_SET call function 'ISU_REL_ROLE_BUFFER_SET' tables x_srrelroles = isrrelroles.

TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = iprot exceptions others = 5.

TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.



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