GetR37900ProcessingOptions

Get R37900 Processing Options

Minor Business Rule

Object Name: B3700350

Parent DLL: CMFGBASE

Location: Client/Server

Language: C

1.Functional Description

1.1Purpose

The purpose of this function will be to retrieve the processing options for UBE R37900.

1.2Setup Notes and Prerequisites


Before calling this function the calling program should have the version for the UBE R37900 for which 
processing option will be retrieved.  If this is not available this function will return the 

processing options for the default Version (ZJDE0001).


1.3Special Logic


N/A

2.Technical Specifications


2.4Processing 


I.Initialize data structure to hold processing option.

II.Call API AllocatePOVersionData.  

III.Copy Processing Option values to the BSFN data structure and return.
IV.If any errors are encountered set error and return, unless suppress error message flag is set 
then don't set error and return.


^

Data Structure

D3700350 - Get R37900 Processing Options

2.1Parameters will all reside in data structure D3700350.
Data Item Description           I/ORequiredNotes

VERSszCOAExtractVersion_VERSINVersion of R37900 for which

processing options are needed.
SUPPScSuppressErrorMessage      IN

EV01cAddressType_EV01            ON

NXTRszStatusCodeNext_NXTR      ON

EV01cClearCOATableFlag_EV01      ON

EV01cMultiLevelTraceFlag_EV01ON

VERSszCOAPrintVersion_VERS      ON

PIDszUserDefinedCOA_PID      ON

VERSszUserDefCOAVersion_VERSON

ERRCcErrorCode                  ON

DTAIszErrorMessageID            ON


^

Parameter NameData ItemData TypeReq/OptI/O/Both
cAddressType_EV01EV01charOPTNONE

An option that specifies the type of processing for an event.

szStatusCodeNext_NXTRNXTRcharOPTNONE

A user defined code (system 40/type AT) indicating the next step in the order flow of the line type.

cClearCOATableFlag_EV01EV01charOPTNONE

An option that specifies the type of processing for an event.

cMultiLevelTraceFlag_EV01EV01charOPTNONE

An option that specifies the type of processing for an event.

szCOAPrintVersion_VERSVERScharOPTNONE

A user-defined set of specifications that control how applications and reports run. You use versions to group and save a set of user-defined 
processing option values and data selection and sequencing options. Interactive versions are associated with applications (usually as a 
menu selection). Batch versions are associated with batch jobs or reports. To run a batch process, you must choose a version.

szUserDefinedCOA_PIDPIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szUserDefCOAVersion_VERSVERScharOPTNONE

A user-defined set of specifications that control how applications and reports run. You use versions to group and save a set of user-defined 
processing option values and data selection and sequencing options. Interactive versions are associated with applications (usually as a 
menu selection). Batch versions are associated with batch jobs or reports. To run a batch process, you must choose a version.

cSuppressErrorMessageSUPPScharOPTNONE

A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.        0 = allow 
runtime error message handling.        1 = suppress runtime error message handling.

cErrorCodeERRCcharOPTNONE

This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document 
Set Server program (XT4914).

szCOAExtractVersion_VERSVERScharOPTNONE

A user-defined set of specifications that control how applications and reports run. You use versions to group and save a set of user-defined 
processing option values and data selection and sequencing options. Interactive versions are associated with applications (usually as a 
menu selection). Batch versions are associated with batch jobs or reports. To run a batch process, you must choose a version.

szErrorMessageIDDTAIcharOPTNONE

A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or 
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.

cPreferenceFlag_EV01EV01charOPTNONE

An option that specifies the type of processing for an event.

Related Functions

None

Related Tables

None