‎2008 Feb 12 6:50 PM
Hello
To apply the SAP note 1080893, i have to do this manually:
1. Create 4 SET/GET parameters in development package OI0 with the following names / descriptions :
OI0_TEST_OIL_CM_DEL / Activate test Oil with CM for delivery
OI0_TEST_OIL_CM_INV / Activate test Oil with CM for invoice
OI0_TEST_OIL_CM_OLD / Activate test Oil CM with old version
OI0_TEST_OIL_CM_ORD / Activate test Oil with CM for order
Which are the steps for make this?
then in FM, there is this code
Get the values from the corresponding user parameters and transfer
them to the global memory of the dialogue task
GET PARAMETER ID 'OI0_TEST_OIL_CM_ORD' FIELD gv_test_oil_cm_ord.
GET PARAMETER ID 'OI0_TEST_OIL_CM_DEL' FIELD gv_test_oil_cm_del.
GET PARAMETER ID 'OI0_TEST_OIL_CM_INV' FIELD gv_test_oil_cm_inv.
GET PARAMETER ID 'OI0_TEST_OIL_CM_OLD' FIELD gv_test_oil_cm_old.
Thanks for your help.
‎2008 Feb 12 9:06 PM
Go to transaction SM30 - enter "TPARA" in table/view and then maintain.
Now create the Parameter ids and values here then you can assign to users who want them in System - user profile - own data.
Post your question clearly? this post is not like a question instead it looks like you are explaining some thing.
IN that note,
Go to SE80 - Choose package - Enter package (specified by SAP). - Right click on the package - Choose create - choose more - choose SET?GET parameter - Enter the parameter id specified by SAP... create 4 of them like that.
Edited by: abap technical on Feb 12, 2008 2:08 PM