RN2DOC_TEST_BAPI_CREATE_LPART 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 RN2DOC_TEST_BAPI_CREATE_LPART 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_ALINK = Archive Link
Selection Text: P_ILINK = ishmed Link
Selection Text: P_SLINK = SAP Storage Link
Selection Text: P_PROD = D .
Selection Text: P_TEST = D .
Selection Text: R_ARCDOC = D .
Selection Text: R_ARCID = D .
Selection Text: R_ARCOBJ = D .
Selection Text: R_DOKAR = D .
Selection Text: R_DOKNR = D .
Selection Text: R_DOKTL = D .
Selection Text: R_DOKVR = D .
Selection Text: R_DTID = D .
Selection Text: R_DTVERS = D .
Selection Text: R_MITARB = D .
Selection Text: R_ORGDO = D .
Title: Test Program for BAPI_MEDDOC_CREATE_LINK_PART
Text Symbol: T02 = The program is not released, but intended for internal use only.
Text Symbol: T01 = PLEASE NOTE:
Text Symbol: H15 = Document Created:
Text Symbol: H14 = OUTPUT
Text Symbol: H13 = Messages:
Text Symbol: H12 = INPUT
Text Symbol: H11 = PRODUCTIVEMODE: Documents were archived
Text Symbol: H10 = TESTMODE: No documents were archived
Text Symbol: E13 = ArchObject
Text Symbol: E12 = DCV
Text Symbol: 001 = Ty.
Text Symbol: 002 = Message Class
Text Symbol: 003 = No.
Text Symbol: 004 = Message
Text Symbol: 010 = Entry Parameter:
Text Symbol: 011 = Number of Errors:
Text Symbol: 012 = Lines of I_MESG:
Text Symbol: 020 = DType
Text Symbol: 021 = DocNumber
Text Symbol: 022 = DocPartNo.
Text Symbol: 023 = Doc.Vers.
INCLUDE RNDATA00.
INCLUDE IN2DOC_CONST01.
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_MEDDOC_CREATE_LINK_PART CALL FUNCTION 'BAPI_MEDDOC_CREATE_LINK_PART' EXPORTING ishmed_link = p_ilink archive_link = p_alink sapstorage = p_slink document_key_source = gs_doc_key document_part_data = gs_doc_part archivedata = gs_archivedata hostname = g_hostname sapstoragedata = gs_sapstoragedata default_doc_ou = '0' testrun = g_testrun IMPORTING worst_returned_msgty = g_worst_msgty documentdata = gs_docdata TABLES return = gt_return.
BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' IMPORTING return = gs_return_commit.
BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK' IMPORTING return = gs_return_commit.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2DOC_TEST_BAPI_CREATE_LPART - Test Program for BAPI_MEDDOC_CREATE_LINK_PART RN2DOC_TEST_BAPI_CREATE_LPART - Test Program for BAPI_MEDDOC_CREATE_LINK_PART RN2DOC_TEST_API_CLASS - Test Class CL_ISHMED_DOC_API RN2DOC_TEST_API_CLASS - Test Class CL_ISHMED_DOC_API RN2DOC_SET_NDOC_OES - Correct the OUs for Movements or Services in NDOC RN2DOC_SET_NDOC_OES - Correct the OUs for Movements or Services in NDOC