2005 Sep 07 2:24 PM
Hi all,
Please let me know if anyone faced this type of problem. Here i explined what is the issue exactly.
1)i am getting unit of measurement "c (degree celsius) in the result character structure in BAPI function module.
2) when ever passing these values(Unit of measurement) to external system(like some screen) in that it is displaying as "GC"
but "c( degree celcius as stored in t006 table(in sap) as GC).
3) how can i show this GC as "c(degree celsius) in external system.
Please assist me if anyone across this type of problem.
Thanks
Raju
Hi all,
Please let me know if anyone faced this type of problem. Here i explined what is the issue exactly.
1)i am getting unit of measurement "c (degree celsius) in the result character structure in BAPI function module.
2) when ever passing these values(Unit of measurement) to external system(like some screen) in that it is displaying as "GC"
but "c( degree celcius as stored in t006 table(in sap) as GC).
3) how can i show this GC as "c(degree celsius) in external system.
Please assist me if anyone across this type of problem.
Thanks
Raju
2005 Sep 07 6:36 PM
Hi Raju,
Since you are using a BAPI, you can not do much. But if it is an ABAP program, I can try <b>"WRITE UOM to EXT_FIELD"</b> to convert it.
Cheers,
Sanjeev
2005 Sep 07 6:40 PM
You could clone the function module and add your conversion to Celsius at the base of the cloned function module.
2005 Sep 07 6:44 PM
Hi Raju,
This is due to conversion exit. You can check the domain of the unit field. There is a field for conversion exit.
You can copy this and check in SE37 for the corresponding function module. There will be two function modules with the following pattern.
CONVERTION_EXIT_ABCD_INPUT
CONVERTION_EXIT_ABCD_OUTPUT
Where ABCD is the name of the convertion exit.
Using this function modules you can convert the unit of measure from 'C' to 'GC' and vice versa.
Kindly reward points if your question is answered.
Thanks
Vinod
2005 Sep 07 10:54 PM
Are you using a standard BAPI or is it just your custom RFC function module?
How is your external system connecting to SAP?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |