Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to do BDC

Former Member
0 Likes
452

How to do bdc for to update “Safety time/act.cov” (MARC-SHZET) from S976

Target Days’ supply (REICZ).

The program will join records from S976 version = “A00” and SPMON = current month +1 (default from selection screen) with MARC. The join will be on plant (WERKS) and material (MATNR).

Update the MARC-SHZET field with the value in S976-REICZ.

If REICZ > 99 make the value in MARC-SHZET = 99.

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
427

BDC is used for processing transactions, so first you will have to find out in which transaction this is done. For this transaction create a BDC recording in transaction SHDB. Create a new recording and at the 'capture' the code which is generated. Use this coding as the basis for your BDC program.

How to do bdc for to update “Safety time/act.cov” (MARC-SHZET) from S976

Target Days’ supply (REICZ).

The program will join records from S976 version = “A00” and SPMON = current month +1 (default from selection screen) with MARC. The join will be on plant (WERKS) and material (MATNR).

Update the MARC-SHZET field with the value in S976-REICZ.

If REICZ > 99 make the value in MARC-SHZET = 99.

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
428

BDC is used for processing transactions, so first you will have to find out in which transaction this is done. For this transaction create a BDC recording in transaction SHDB. Create a new recording and at the 'capture' the code which is generated. Use this coding as the basis for your BDC program.