cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI: unit translation and material format not applied in WD Application

Former Member
0 Kudos

Hi all!!!

I am using the BAPI SD_SALESDOCUMENT_CREATE. In R3 I have a unit of meassure called PZA (it represents "pieza" in spanish), but in database is stored as ST. I am creating items through the menctioned BAPI but it is returning me the meassure unit as it is stored (ST), so the desired value to be returned has to be PZA.

Please help me on how can we achieve this.

thanks!!!!!!!!

Accepted Solutions (0)

Answers (1)

Answers (1)

sanyev
Active Participant
0 Kudos

Hi Miguel Sanchez,

The translation has to happen in the backend R3 system. The BAPI should take care of the translation. The implementaion of the BAPI might be taking the values directly from the database.

If changing the BAPI is not an option then you can do the translation in your Webdynpro Application also. But that is not recommended.

Regards,

Sanyev