‎2009 Jan 14 4:17 AM
hi xpert..
how can i know from this statement
IMPORT TP_warranty_exp_ind
FROM MEMORY ID ID_IPRT_PRT_WAR_STAT
the memory id for ID_IPRT_PRT_WAR_STAT?
i used where used list for this... its only show in that program
where i should find this?
‎2009 Jan 14 4:28 AM
Hi Fidah
Just check for the 'Where-Used' of this FM. In one of the FM/Program there must be an EXPORT to this memory ID. I had a similar issue where Data was imported from a field in the method AFTER_ACTIONS (project specific method). I checked the Before_Action method where it had been exported.
Hope this is useful.
Regards
Harsh
‎2009 Jan 14 4:23 AM
‎2009 Jan 14 4:28 AM
Hi Fidah
Just check for the 'Where-Used' of this FM. In one of the FM/Program there must be an EXPORT to this memory ID. I had a similar issue where Data was imported from a field in the method AFTER_ACTIONS (project specific method). I checked the Before_Action method where it had been exported.
Hope this is useful.
Regards
Harsh
‎2009 Jan 14 4:48 AM
While processing the T-code , put the break-point on the EXPORT statement, you will get one export with mentioned memory id variable.
‎2009 Jan 14 4:58 AM
Hi,
Check out this link for information regarding memory id.
http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3bde358411d1829f0000e829fbfe/frameset.htm
Regards,
Deepthi.
‎2009 Jan 14 6:46 AM
hi
memory id "dxprogname" is defined using:
SET PARAMETER ID 'dxprogname' FIELD p_dxappl.
double click 'dxprogname' it will creatre spa/gpa parameter in sap memmory.
to acces use:
GET PARAMETER ID 'dxprogname' FIELD p_dxappl.
regards
Prashant