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 fUNCTION

former_member659396
Participant
0 Likes
2,407

Dear friends

I am using field Parvw from table tpar.( PARTNER FUNCTION)..when i execute my program the values pertaining to the field parvw are converting..means the value in the database table and internal table is different.

please help me.

regards

Rohan

6 REPLIES 6
Read only

vinod_vemuru2
Active Contributor
0 Likes
1,971

Hi,

Yes. It do convert. Because PARVW domain has conversion routine. Just check the domain PARVW.

U can see 2 FMs.CONVERSION_EXIT_PARVW_INPUT and CONVERSION_EXIT_PARVW_OUTPUT

which converts ur input.

U no need to bother abt all these. In select quey pass the value equal to what ever is displayed when u execute the table.

eg: Sold to party will be internally stored as SP but when we execute the table it show as AG.

So if u want to select sold to party in ur select qury u have to pass partner function as AG.

Get back in case of any queries.

Thanks,

Vinod.

Read only

0 Likes
1,971

So i will have to use Both the function module.

Can you give me one example ..please

thanks

Regards

Rohan

Read only

0 Likes
1,971

I am passing data from excel sheet to database table in database table value is going right but its not showing corect value in internal table.

and i tried CONVERSION_EXIT_PARVW_INPUT this function module but still its not showing correct conversion.

what i will have to do for correct conversion.

please give me one example

thanks Regards

Rohan

Read only

0 Likes
1,971

Hi,

U didn't mention any thing abt partner function value from excel. Is it internal or external format?

If it is updating the database correctly then what is the point of concern?

U can try with *CONVERSION_EXIT_PARVW_OUTPUT * as well.

Thanks,

Vinod.

Read only

Former Member
0 Likes
1,971

Hi ,

Yes it becuase of conversin routine.No problum u can continue the work.Enquire which data u have to display in the output field.Take the help of functional consultant.

Read only

former_member659396
Participant
0 Likes
1,971

THANKS