Ansicht
Dokumentation

LCSDIF01 - SAPLCSDI: CAD

LCSDIF01 - SAPLCSDI: CAD

BAL Application Log Documentation   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

Description

This include contains program parts to guarantee the preservation of

CAD BOMs during maintenance within the R/3 System.

You need to carry out the following procedure in order to activate it:

1. Create a program that has two routines, namely

CADFUNC_FILL and CADLOCK_FILL

The routines must have the following appearance:

FORM CADFUNC_FILL TABLES CADFUNC.

CADFUNC = 'Function_1'.

APPEND CADFUNC.

CADFUNC = 'Function_1'.

APPEND CADFUNC.

....

CADFUNC = 'Function_1'.

APPEND CADFUNC.

ENDFORM.

FORM CADLOCK_FILL TABLES CADLOCK.

CADLOCK = 'Field_name_1'.

APPEND CADLOCK.

CADLOCK = 'Field_name_2'.

APPEND CADLOCK.

....

CADLOCK = 'Field_name_n'.

APPEND CADLOCK.

ENDFORM.

You obtain the names of the functions you want to deactivate by

selecting the function, keeping your left mouse button depressed, and

pressing F1. You then call up the technical info. A further option is:

You call up transaction SE41, enter 'SAPLCSDI' as the program name and

display the function list. There you can note the function names.

You obtain the names of the fields you want to deactivate by pressing

F1 on the relevant fields and then calling up the technical info. The

complete field name is comprised of the table name and the field name,

linked with a hyphen. Thus, the component material has the field name

RC29P-IDNRK

When you have created this program, ensure that it is noted in the

BOM program.

To do this, call up the program LCSDIF01

DATA: USERPROG LIKE SY-REPID VALUE ' '.

Between the inverted commas, enter the name of the program you

created earlier.

The include LCSDIF01 is transported with 3.0A. This may then mean that

the update overwrites your changes.

In this case you have to enter the program name again.

You can prevent this, by entering the program name with a repair, which

you do not then release.

Requirements

Output

Example






CPI1466 during Backup   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 2759 Date: 20240531 Time: 113213     sap01-206 ( 25 ms )