SMI_SENTIMENT_ASSIGNMENT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to assign a sentiment to an entity...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SMI_SENTIMENT_ASSIGNMENT into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_DATE = Process Posts for Date
Selection Text: P_NO_PAR = Planned Number of Packages
Selection Text: P_TEST = Test mode (no update)
Title: Report SMI_SENTIMENT_ASSIGNMENT
Text Symbol: 001 = Number of posts to be processed: &1
INCLUDE SMI_SENTI_ASSIGN_TIME_FRAME.
INCLUDE SMI_SENTI_ASSIGN_PACK_BUILDER.
INCLUDE SMI_SENTI_ASSIGN_INSERT_ASSIGN.
INCLUDE SMI_SENTI_ASSIGN_LOCK_HANDLER.
No SAP DATABASE tables are accessed within this REPORT code!
RFC_SYSTEM_INFO * CALL FUNCTION 'RFC_SYSTEM_INFO' * STARTING NEW TASK name * DESTINATION IN GROUP xyz * EXPORTING * CALLING callbback_meth ON END OF TASK * EXCEPTIONS * system_failure = 1 MESSAGE mess * communication_failure = 2 MESSAGE mess * resource_failure = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SMI_SENTIMENT_ASSIGNMENT - Report SMI_SENTIMENT_ASSIGNMENT SMI_SENTIMENT_ASSIGNMENT - Report SMI_SENTIMENT_ASSIGNMENT SMI_MAKRO - SMIMAKRO SMI_INBOUND_SERVICE_TEST - Program SMI_INBOUND_SERVICE_TEST SMI_INBOUND_SERVICE_TEST - Program SMI_INBOUND_SERVICE_TEST SMI_BATCH_PROCESSOR - Test of CL_SMI_QUEUE_PROC for processing in background job