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

PARAMETER ID

Former Member
0 Likes
349

Hi ,

I have runned the PFAL transaction using the MESSAGE TYPE ZHRMD_TEST. But now i want to run the PFAL with REDUCED MESSAGE TYPE ZHRMD_MESS_RED. But unfortunatley, In PFAL, the field MESSAGE TYPE is DISABLED, means not taking any input values.

So to clear the MESSAGE TYPE in PFAL, I tried some ways, but not worked at all. They are

1. I just logged off and turned ON, and

2 In WE81 , I deleted the ZHRMD_TEST message type.

but now still the PFAL contains the ZHRMD_test and it is not cleared.

So my friends suggested me to find the PARAMETER ID for the MESSAGE TYPE FIELD in PFAL and clear the SAP Memory using

Parameter ID.

I found the Parmeter ID, but dont know how to clear SAP Memory.

Can any one please tell me, how to clear the MESSAGE TYPE FIELDin PFAL tcode, so that I can enter Reduced Message Type .

I am waiting for your help.

Thanking You.

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
306

Hi,

have a look at routine init_mestyp in the program RHALEINI (transaction PFAL). This routine is used to determine message type. I don't know this program but I guess that if you want to use it with different message then you will have to change your config. I guess it will be under distribution model.

Cheers