SAP Reports / Programs

SEND_CONDITIONS_OF_OBJECT SAP ABAP Report - Post-distribution of conditions







SEND_CONDITIONS_OF_OBJECT 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 SEND_CONDITIONS_OF_OBJECT 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 SEND_CONDITIONS_OF_OBJECT. "Basic submit
SUBMIT SEND_CONDITIONS_OF_OBJECT AND RETURN. "Return to original report after report execution complete
SUBMIT SEND_CONDITIONS_OF_OBJECT 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: VAL_TO = Valid To
Selection Text: VAL_FROM = Valid From
Selection Text: TITLE = D Distrib. packet description
Selection Text: OBJTYP_S = D Predecessor Object Type
Selection Text: LOGSYS = D Logical System
Title: Post-distribution of conditions
Text Symbol: 001 = No primary objects were found
Text Symbol: 002 = No successor objects generated for distrib
Text Symbol: 003 = All successor objects already distributed
Text Symbol: 004 = Internal error in UPS or object service
Text Symbol: 005 = Error in user exit
Text Symbol: 006 = Unknown Error
Text Symbol: 007 = Dynamic access program for conditions could not be generated
Text Symbol: 008 = No subsequent objects proposed for filtering for user exit
Text Symbol: 009 = No package type is assigned to target system for scenario 'SAP_COND'
Text Symbol: 010 = No replication packages were created
Text Symbol: 200 = List of distributed packages:
Text Symbol: 201 = ExceptionMessages:
Text Symbol: 202 = Exception message log:
Text Symbol: 301 = System
Text Symbol: 302 = Object
Text Symbol: 303 = Reasn
Text Symbol: 304 = Package name/descript.


INCLUDES used within this REPORT SEND_CONDITIONS_OF_OBJECT

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:

VKOSND_SEND_CONDITIONS call function 'VKOSND_SEND_CONDITIONS' exporting im_logsys = wa_tbdls-logsys im_objtyp_s = wa_obj-objtyp im_val_from = val_from im_val_to = val_to im_title = title "note0491599 initialize_upsrep = space tables te_messages = lt_messages changing ch_apihdr = wa_apihdr exceptions no_primary_entries_found = 1 no_secondary_entries_created = 2 package_not_created = 3 error_in_ups_kernel = 4 error_in_package_creation = 4 error_in_generated_pool = 5 error_with_number_range = 5 error_in_bte = 6 no_entries_proposed_to_bte = 7 "note0480656 no_packagetype_specified = 8 "note0517292 * (DEL) others = 8. "note0480656 note0517292



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