Skip to Content
0
Former Member
May 17, 2013 at 11:31 AM

Not able to upload Characteristic Values in BAPI_DOCUMENT_CREATE2

1281 Views

Hello Experts,

I have a requirement where i am uploading documents using BAPI_DOCUMENT_CREATE2.

Here I have to upload Characteristics value which is there in tcode CV01N > Additional Tab. Following are the fields i need to update in transaction CV01N:

1. Department Name

2. Drawing Type

3. Region Name

4. Sub Station

5. Voltage Rating

6. Current Rating

7. Fault Current Value

For this i am trying to pass value in BAPI_CHARACTERISTIC_VALUES structure . But not able to achive the result.

BAPI_CHARACTERISTIC_VALUES-CHARVALUE = wa_data-atwrt_Dept.
append BAPI_CHARACTERISTIC_VALUES.

Please guide me on this.

Thanks.