2008 Oct 17 10:05 AM
Hey experts,
I use alv hotspot to call transaction tm_53 as follows:
SET PARAMETER ID 'BUK' FIELD P_CCODE .
SET PARAMETER ID 'FAN' FIELD P_LIST-DEAL_NUMBER .
CALL TRANSACTION 'TM_53' .
the first P_LIST-DEAL_NUMBER = 11.
and it is successed.
the second time the P_LIST-DEAL_NUMBER = 12.
but in the screen of tm_53,
the field P_LIST-DEAL_NUMBER is also 11.
how can i do?
i used free momery id P_LIST-DEAL_NUMBER ,
but it's not gone.
thanks.
2008 Oct 20 12:06 PM
hi,
You can set the same parameter ID with a balnk value.
SET PARAMETER ID 'XYZ' FIELD SPACE.
Hope it helps....
Lokesh
Hey experts,
I use alv hotspot to call transaction tm_53 as follows:
SET PARAMETER ID 'BUK' FIELD P_CCODE .
SET PARAMETER ID 'FAN' FIELD P_LIST-DEAL_NUMBER .
CALL TRANSACTION 'TM_53' .
the first P_LIST-DEAL_NUMBER = 11.
and it is successed.
the second time the P_LIST-DEAL_NUMBER = 12.
but in the screen of tm_53,
the field P_LIST-DEAL_NUMBER is also 11.
how can i do?
i used free momery id P_LIST-DEAL_NUMBER ,
but it's not gone.
thanks.
2008 Oct 17 10:20 AM
2008 Oct 17 10:22 AM
2008 Oct 20 12:06 PM
hi,
You can set the same parameter ID with a balnk value.
SET PARAMETER ID 'XYZ' FIELD SPACE.
Hope it helps....
Lokesh