Job Management Partner 1/Automatic Job Management System 3 for Enterprise Applications Description, User's Guide and Reference
Format 1
jr3bjrep [R/3-destination-information] [R/3-logon-information] [redirection-information] -pa ABAP-program-name
- Note
- If the character string for the argument specification contains a space, enclose the argument with double quotation marks (").
Format 2
jr3bjrep -help
Description
Acquires information about R/3 system resources. The names of the variants defined for a specified ABAP program can be enumerated as R/3 program resource information.
Arguments
R/3-destination-information
Specify the R/3 system where the job about which resource information will be obtained exists. For details about the format of R/3 destination information, see (1) Common argument format for job control function commands.
R/3-logon-information
Specify logon information that is valid in the R/3 system where the job about which resource information will be obtained exists. For details about the format of R/3 logon information, see (1) Common argument format for job control function commands.
redirection-information
Specify standard output and standard error output files for command execution. For details about the format of redirection information, see (1) Common argument format for job control function commands.
-pa ABAP-program-name
Specify a desired ABAP program name. You can specify a character string from 1 to 40 bytes.
-help
This argument provides information on using the command.
Return values
- 0
- The job resource information was successfully obtained.
- Integer of 1 or more
- Job resource information was not obtained.
Usage examples
- Enumerating the variants of the ABAP program RSPO0041
The conditions are as follows:
To enumerate the variants of the ABAP program RSPO0041 under the above conditions, make sure that the jr3bjrep command line is specified as follows:
- R/3 destination information will be specified (-h R3CENTRL -s 00).
- R/3 logon information will be specified (-c 001 -u "SAP*" -p 06071992).
- The standard output file and standard error output file will be created in the system's standard output and standard error output, respectively.
jr3bjrep -h R3CENTRL -s 00 -c 000 -u "SAP*" -p 06071992 -pa RSPO0041
- Output result:
All Rights Reserved. Copyright (C) 2009, Hitachi, Ltd.