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

Partner Functions

Former Member
0 Likes
8,044

HI ,

Can somebody please explain me why WE partner function is stored as SH in the database table.And how it happens?

Thanks

Saurabh

1 ACCEPTED SOLUTION
Read only

valter_oliveira
Active Contributor
0 Likes
4,547

It's the same of doc. 100000023 being stored as 00100000023 in database. One is the output format and the other the input format. Check FM's CONVERSION_EXIT_PARVW_INPUT and CONVERSION_EXIT_PARVW_OUTPUT of domain PARVW.

Regards,

Valter Oliveira.

6 REPLIES 6
Read only

valter_oliveira
Active Contributor
0 Likes
4,548

It's the same of doc. 100000023 being stored as 00100000023 in database. One is the output format and the other the input format. Check FM's CONVERSION_EXIT_PARVW_INPUT and CONVERSION_EXIT_PARVW_OUTPUT of domain PARVW.

Regards,

Valter Oliveira.

Read only

Former Member
0 Likes
4,547

Hi,

SH stands for Ship to party and is only the translation for WE. :O)

Regards

Nicole

Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
4,547

hi saurabh.

Table VBPA

Regards

Read only

vinod_vemuru2
Active Contributor
0 Likes
4,547

Hi Saurabh,

This is because of internal and external formats.

In table execution what ever u give it converts automatically.

But in select quesy u have to give the value which is being displayed when u execute the table.

eg: If u wnat shipto party then in select query u have to give parvw eq WE. SH is the internal format for WE. If u double click in table output WE will be shown as SH.

Check table VBPA.

There is a conversion exit for this field as u already got a reply which converts external to internal and vice versa.

It is analogous to date/time/currency/Quantity fields.

It stores internaly in one way and displays in other way.

In case of date, time etc it won't store the seperators in data base. but when u output to screen it gets the user settings and displays.

This is also similar to that.

Hope it is clear.

Thanks,

Vinod.

Read only

Former Member
0 Likes
4,547

Hi,

The ship-to party in the German system key is "WE". In English language it is 'SH'

Sold- to paty AG(German) = SP (sold-to party)

These conversions we maintain in SD partner determination.

Regards,

Chandra

Read only

Former Member
0 Likes
4,547

vxcvxcv