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

Get parameter question (from a SAP note)

Former Member
0 Likes
349

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.

1 REPLY 1
Read only

former_member191735
Active Contributor
0 Likes
314

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