cancel
Showing results for 
Search instead for 
Did you mean: 

Macro usage in the Demand planing

Former Member
0 Kudos

Hi Experts,

in the Demand planning, I want to use function ACT_LOCATION to get current location, but I search it in the SAP help , It said the location info object must be stanadard info object, but in my case, I do not use the standard location info object , it is defined by our company, so I can not get the current processed location value.

does anyone know how to do that via this function or there is another fucntion to reach this destination?

by the way, my APO version is 4.1.

thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You are right...you can use ACT_LOCATIOn only with standard Infoobject.

TO get the value of a custom info-object , you can use ACT_IOBJNM_VALUE( 'IOBJNM' )

where IOBJNM = technical name of the info-objects (in UPPER CASE)

Answers (0)