General Sections 

[SYSTEM ]

Identifier

Type

Description

VERSION

String

Version of the AutoCAD-SAP interface

LANGUAGE

String

Language

ALTLANG

String

Alternative language that can be selected by the user

SAVECFGONEXIT

Bool

If the value "1" is entered for the switch, any changes made to the configuration settings will be saved automatically when AutoCAD is closed

 

Example of what the [SYSTEM] section might look like:

[SYSTEM]= dwg=1 edit=1 del=0

Version [GenCfgString]="2.0" dwg=0 edit=0 del=0

Language [GenCfgString]="d" dwg=0 edit=1 del=0

AltLang [GenCfgString]="d" dwg=0 edit=1 del=0

SaveCfgOnExit [GenCfgBool]= 1 dwg=0 edit=1 del=0

[]

[SAP_DEFAULT]

In the [SAP_DEFAULT] section, you can specify field contents for SAP fields. The contents of the SAP fields are used for all of the upload processes in the SAP system, provided that they are listed in the field sets of the processes. If necessary, these values can be overwritten by default values for SAP fields in other sections and in the corresponding edit fields of the dialog boxes.

A section will be created for every SAP field listed. The name of the section consists of two parts. The first part is the string "SAP_DEFAULT". A sequential number is added to the end of this string. The first number is 1. All of the numbers are positive whole numbers. The numbering must be sequential without any gaps.

The objects of the [SAP_DEFAULT] section have the following identifiers:

Identifier

Type

Description

SAPKEY

String

SAP field identifier

FILLDEFAULT

String

Default value

 

Example of what the [BOMCN_SP_D] section might look like:

[SAP]= dwg=1 edit=1

[SAP_DEFAULT]= dwg=1 edit=1

[SAP_DEFAULT1]= dwg=1 edit=1 Section

SAPKEY [GenCfgString]= "COMPANY" dwg=0 edit=1 Object 1

FILLDEFAULT [GenCfgString]= "01" dwg=0 edit=1 Object 2

[]

[SAP_DEFAULT2]= dwg=1 edit=1 Section

SAPKEY [GenCfgString]= "PLANT" dwg=0 edit=1 Object 1

FILLDEFAULT [GenCfgString]= "0001" dwg=0 edit=1 Object 2

[]

...

[]

[]