rel_doc-objtype = 'MESSAGE'. CALL FUNCTION 'BINARY_RELATION_CREATE' EXPORTING obj_rolea = object obj_roleb = rel_doc relationtype = 'NOTE' EXCEPTIONS OTHERS = 1. IF sy-subrc = 0. COMMIT WORK. ENDIF. ENDIF.
CALL FUNCTION 'BINARY_RELATION_CREATE' EXPORTING obj_rolea = ls_obj_roleb obj_roleb = ls_obj_rolea relationtype = lc_relationtype EXCEPTIONS no_model = 1 internal_error = 2 unknown = 3 OTHERS = 4 . I am not very clear about the values to be passed to the parameters in BINARY_REL...
CALL FUNCTION 'BINARY_RELATION_CREATE_COMMIT' EXPORTING obj_rolea = lwa_rolea obj_roleb = lwa_roleb relationtype = gc_atta * IMPORTING * BINREL = * TABLES * BINREL_ATTRIB = EXCEPTIONS no_model = 1 internal_error = 2 unknown = 3 OTHERS = 4 . IF sy-subrc <> 0. * Implement sui...
tx. ILM_STOR_ADM_CUST review the settings in TableTILM_STOR_CUSfor your origins and make sure you executed at least once the ReportRILM_STOR_TEST_SM69to create the missing SM69 commands for ILM. Please Note Customer Command's are starting with X,Y,Z* Report RILM_STOR_TEST_SM69 tx ...
Hi everyone,I am trying to define a Multi Action with a single API step. I have successfully created the HTTP API Connection.My goal is to call the AI CORE API to create an execution, but I don't believe this is the main issue. The problem I'm encountering is that I need to inclu...
You will need to use another relation type, other than URL, when you are trying to attach a DMS document. Whenever you archive a document you will get back a archival ID, which is what you will use to create the binary relation. Btw, how are you archiving the document? There are func...
- CREATE_RELATION - DELETE_RELATIONS - QUERY_RELATIONS Functions for transport - GET_TRANSPORT_INFOS Parameters Application objects are identified by the following parameters: LOGICAL_SYSTEM Logical system, ID of SAP System instance CLASSNAME Class name, name of application class CLASSTYPE Class type,...
If you deselect this checkbox, SAP Business Client displays a system selection screen, just like the normal logon screen, where you can select all the systems that have been configured, change or delete existing connections, and create ones. 28 PUBLIC SAP Business Client SAP Business Client ...
CLASS /clean/log DEFINITION PUBLIC CREATE PUBLIC. PUBLIC SECTION. METHODS add_message IMPORTING message TYPE /clean/message. PRIVATE SECTION. DATA messages TYPE /clean/message_table. ENDCLASS. CLASS /clean/log IMPLEMENTATION. METHOD add_message. INSERT message INTO TABLE messages. ENDMETHOD. END...
( 'U1', 'V2', '2013-01-01', '2016-12-31' ); SAP HANA Hierarchy Developer Guide Introduction PUBLIC 9 For source data with composite identifiers, we use the table T_DEMO_COMPOSITE: X1 Y1 Y2 CREATE COLUMN TABLE t_demo_composite ( parent_1 VARCHAR(1), parent_2 INTEGER, id_1 ...