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

Set Parameter ID

Former Member
0 Likes
805

Hi Friends ,

I would like to know if this is the right statement to code . I am getting a short dump at this statement. Correct me if i am wrong .

SET PARAMETER ID 'ABC' FIELD 0.

Thank you ,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
761

Hi hari,

1. Give in QUOTES.

SET PARAMETER ID 'ABC' FIELD <b>'0'</b>

Then it won't give error.

regards,

amit m.

7 REPLIES 7
Read only

Former Member
0 Likes
761

Hari,

Check this example.

SET PARAMETER ID: 'WRK' FIELD AUFK-WERKS.

Regards

Prasad

Read only

former_member221770
Contributor
0 Likes
761

Hari,

Have you defined your Parameter ID in the appropriate Data Element?

Pat.

Read only

Former Member
0 Likes
761

Try this

SET PARAMETER ID 'ABC' FIELD '0'.

If however its in a variable

SET PARAMETER ID 'ABC' FIELD variableName.

hith

Sunil Achyut

Read only

Former Member
0 Likes
761

HI,

SET PARAMETER ID IS TO STORE THE PARTICULAR FIELD VALUE IN GLOBAL MEMORY CALLED AS SAP MEMORY FOR A PARTICAULAR TIME AND RESTORE IT THROUGH GET PARAMETER ID

Read only

Former Member
0 Likes
762

Hi hari,

1. Give in QUOTES.

SET PARAMETER ID 'ABC' FIELD <b>'0'</b>

Then it won't give error.

regards,

amit m.

Read only

0 Likes
761

Let me try puttin 0 in quotes may be it helps . Let u know soon .

Read only

0 Likes
761

Thank you Friends . I think it was the character Mismatch . I have rewarded points for your efforts.

Regards,

HARI