Sap Mass Update Characteristic Values

After you created batches for material and it contain values of date manufacturer, SLED, and date the next inspection. but if you need to change mass batches you’ll need to perform mass processing on selected batches, we will explain on this article.

  1. Sap Mass Update Characteristic Values List
  2. Sap Mass Update Batch Characteristic Values

To change mass batches you can use MSC5N SAP Transaction code, the initial screen requires that you enter the material number of number associated with the batches.

The next screen will show, this screen will show all batches that have been found that correspond to the selection you entered. You can make changes to these batches.

The select the first batch you want to change, make the change and save the change then click the next batch and save, and so on. this method is faster than you use MSC2N SAP Transaction code.

Incoming search terms:

change batch number in sap,MSC5n,sap msc5n,SAP block massive batches transactions,how to findout the status of multiple batches using SAP,sap change massive data it 0007,SAP mass update of Batch,sap mass update of batch data,radioss mass change,easiest mass update end dates in SAP

How to mass change inspection characteristics, which are assigned to routings (Task List Type 'N') and not to inspection plans (Task List Type 'Q')? Transaction CWBQM does not allow editing routings, where the inspection characteristics are assigned. As SAP didn't in the past deliver there something out of the box, the following notes might be interesting at that point if it comes to mass changes: SAP Note 1785495 - Article Mass Maintenance: Informative Characteristic Values. SAP Note 1769181 - Article Mass Maintenance: Upload from External Spreadsheet. Updating VC characteristic values is some what tricky in this case BAPIOBJCLCHANGE BAPI will not support.In this blog i will explain how to update VC characterist values Using Function Modules step by step. Below Function Modules used to Update the Variant Characteristic Values. To Set the Config Values.

Introduction:

Updating VC characteristic values is some what tricky in this case BAPI_OBJCL_CHANGE BAPI will not support .In this blog i will explain how to update VC characterist values Using Function Modules step by step.

Below Function Modules used to Update the Variant Characteristic Values .

To Set the Config Values...

1.CUCB_SET_CONFIGURATION

Save multilevel configuration to one instance...

2.CUCB_CONFIGURATION_TO_DB

Sap Mass Update Characteristic Values List

Commit Work...

3.BAPI_TRANSACTION_COMMIT

In This scenario , i will explain with example .

Here i am updating the characteristic values of Project Network Components .

Sap

Example

Step 1:

ROOT_INSTANCE-> Manditory Value need to pass to Function module .(Internal object number we will get from RESB table , if particular component is a configurable)

CONFIGURATION -> Manditory Value need to pass to Function module .

In this Parameter we need to Pass Base instance ,Root Instance ,General data related to Base Components .

Sap Mass Update Characteristic Values

We will catch errors using exceptions.

INVALID_INPUT
INVALID_INSTANCE
INSTANCE_IS_A_CLASSIFICATION

For is_cbase_header below values need to pass

For et_cfg (instance and the values of the characteristics )

Step 2:

Below Function Module used to Save multi-level configuration to one instance.

Sap Mass Update Batch Characteristic Values

Here Root_object Consit of root table and Key

EX:

root_objectobject_type = ‘RESB’.

Sap Mass Update Characteristic ValuesSap Mass Update Characteristic Values

CONCATENATE wa_resbrsnum wa_resbrspos INTO root_objectobject_key.

Here we will catch errors using Exceptions .

INVALID_INSTANCE
INVALID_ROOT_INSTANCE
NO_CHANGES
ALREADY_REGISTERED_FOR_UPDATE
INSTANCE_IS_A_CLASSIFICATION

Final Step Need to call Commit work .

Hope This will helpful .

Thanks For Reading ……. ?