Ansicht
Dokumentation

AGS_EJR_DISPLAY_JOBDOC - Display Job Documentation assigned to Job

AGS_EJR_DISPLAY_JOBDOC - Display Job Documentation assigned to Job

Fill RESBD Structure from EBP Component Structure   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module is to create "Job Request" from remote systems.

Interface Parameters:

Import:

  • IS_JOB_PARA,,(Job Parameters)
  • Parameter for job basic data such as Job Name, Schedule Date/Time, etc.

  • IV_SYS_NAME,,(System Name, e.g. SMD)
  • IV_SYS_CLIENT,,(System Client, e.g. 200)
  • IV_SYS_INST,,(Installation Number, optional, e.g. 0020000153)
  • Parameters for system data. IV_SYS_INST is optional and you can keep it empty.

  • IV_SYS_USER,,(Current User, e.g. ZHANGJAD)
  • Parameter for current user. IV_SYS_USER will be set as "Reporter" if the user has a Business Partner.

  • IV_SD_PRIORITY,,,,(Request Priority, optional, e.g. "3"[Medium])
  • IV_SD_COMPONENT ,,(Request Component, optional, e.g. SV-SMG-PSM)
  • IV_SD_SHORT_TEXT,,(Request Short Text, optional)
  • IV_SD_LONG_TEXT,,(Request Long Text, optional)
  • IV_SD_PROCESS_TYPE (Request Process Type, optional, e.g. "SLFJ"[Job Request])
  • IV_SD_CATEGORY,,(Request Category, optional, e.g. "001"[Sales Call])
  • IV_SD_SUBJECT,,,,(Request Subject, optional, e.g. "I1MLDDGM1 ME01"[Problem Message])
  • Parameters for service desk data. They are optional and will be set to default values if not provided.

  • IV_BP_REPORTER,,(Request reporter, optional, e.g. 0000000309)
  • IV_BP_SOLD_TO_PARTY (Request sold-to-party, optional, e.g. 0000000309)
  • IV_BP_PROCESSOR,,(Request processor, optional, e.g. 0000000309)
  • Parameters for Business Partners (BP). A business partner number is required in the Solution Manager System. If IV_BP_REPORTER is not provided, the BP of IV_SYS_USER will be used as the reporter.

  • IV_JOB_GUID,,,,
  • IV_JOB_VERSION
  • Use these parameters to load an existing job document into the job request. You can modify your parameters based on this job document and then submit a request.

  • IV_SHOW_URL_ONLY
  • If this parameter is set to "X", this function module will not create the job request in the database, alternatively, it returns a URL of the job request web application. User can fill in the data in the web application and submit their job request.

Export

  • EV_WD_LOCAL_URL
  • EV_WD_ABSOLUTE_URL
  • EV_JOB_REQ_NO
  • EV_JOB_REQ_GUID
  • After successfully creating the job request, a number and the URL will be exported and the user can access the Job Request that he/she creates.

  • If IV_SHOW_URL_ONLY is set to "X", only URL will be exported.

Tables

  • IT_STEP_PARA,,(Parameters for Job Steps)
  • RETURN,,,,(Returning Messages)

Example

.

Notes

Further information





Parameters

EV_JOB_DOC_GUID
EV_JOB_DOC_NO
EV_WD_ABSOLUTE_URL
EV_WD_LOCAL_URL
IV_JOBDOC_GUID
IV_JOBDOC_VERSION
IV_JOB_COUNT
IV_JOB_NAME
IV_SYS_CLIENT
IV_SYS_INST
IV_SYS_NAME
RETURN

Exceptions

EX_JOB_DOC_DOES_NOT_EXIST
EX_NO_AUTHORIZATION
EX_NO_JOB_DOC_FOUND_FOR_JOB

Function Group

AGS_EJR_JOB_REQ_API

BAL Application Log Documentation   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 4404 Date: 20240523 Time: 095136     sap01-206 ( 46 ms )