‎2011 Sep 11 9:29 AM
Hi Guys
I am trying to replicate the functionality of the below program using a function module. However when I enter the following in the changing tab of the fn mod, I get error TYPE IT_VBRP does not exist.
Parameter name p_it_vbrp like it_vbrp
<removed by moderator>
Moderator message: please post only relevant code parts, your posts must contain less than 5000 characters to preserve readable formatting.
Edited by: Thomas Zloch on Sep 11, 2011 3:55 PM
‎2011 Sep 11 10:04 AM
Hi
The reference type of a parameter of the interace of function module has to be defined in dictionary, if you need to use a particular type, you need to create an your own custom type pool or try to looking for a type defined like yours,
For example if you need a table based on vbrp, you can use the table type TAB_VBRP
Max
‎2011 Sep 11 10:04 AM
Hi
The reference type of a parameter of the interace of function module has to be defined in dictionary, if you need to use a particular type, you need to create an your own custom type pool or try to looking for a type defined like yours,
For example if you need a table based on vbrp, you can use the table type TAB_VBRP
Max