‎2009 Jan 11 10:55 AM
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
‎2009 Jan 11 11:15 AM
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.
‎2009 Jan 11 12:17 PM
So i will have to use Both the function module.
Can you give me one example ..please
thanks
Regards
Rohan
‎2009 Jan 11 12:53 PM
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
‎2009 Jan 11 2:12 PM
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.
‎2009 Jan 11 11:16 AM
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.
‎2009 Feb 05 6:09 AM