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

Post a document in FB03

Former Member
0 Likes
940


Hello,

I am using a BAPI_ACC_DOCUMENT_CHECK / POST to post the document in FB01,

when i am passing the Quantity and UOM in item data, i face the below error:

In table T006, entry CAR   is missing T006 CAR, Though i see CAR is already maintained in table T006.

Can some one please help!!

Thanks in Adv,

Sailaja

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
846

Hi Sailaja,

The unit if measure is stored in both an internal and external format, this allows for a different value depending on the users' language.

The switch between the two is done using a conversion routine CONVERSION_EXIT_CUNIT_INPUT and CONVERSION_EXIT_CUNIT_OUTPUT.

The internal unit for the English CAR is KAR, you will need to check which to use for your Bapi.

Regards,

Nick


Hello,

I am using a BAPI_ACC_DOCUMENT_CHECK / POST to post the document in FB01,

when i am passing the Quantity and UOM in item data, i face the below error:

In table T006, entry CAR   is missing T006 CAR, Though i see CAR is already maintained in table T006.

Can some one please help!!

Thanks in Adv,

Sailaja

3 REPLIES 3
Read only

Former Member
0 Likes
847

Hi Sailaja,

The unit if measure is stored in both an internal and external format, this allows for a different value depending on the users' language.

The switch between the two is done using a conversion routine CONVERSION_EXIT_CUNIT_INPUT and CONVERSION_EXIT_CUNIT_OUTPUT.

The internal unit for the English CAR is KAR, you will need to check which to use for your Bapi.

Regards,

Nick

Read only

0 Likes
846

Thanks Nick, it worked using the conversion routine..

Read only

Former Member
0 Likes
846

Hi,,

pls check in field status group - filed -  UOM is optional entry , or Suppress pls check it once

Mahesh