Skip to Content
0
Former Member
Oct 05, 2005 at 03:33 PM

Problem with GET PARAMETER in "O4K_LICENSE" Transaction

76 Views

Hi folks,

I am facing a problem with the usage of "GET PARAMETER ID" in the transaction O4K_LICENSE (IS-oil).

I have written a BDC which feeds in the License Type, External License type and a few other Mandatory fields to the Transaction, and on saving the transaction, SAP generates an "Internal License Number". This field has a Parameter ID "OIH", and I am using the command

GET PARAMETER ID 'OIH' FIELD lw_licin.

For the first pass of the loop, there is a value coming into lw_licin, but in the later loops this Value is not refreshing and the value which is coming into lw_licin is not changing. But the Database table OIHL is getting updated with the correct Internal License number values.

So, my question is, is there anyway by which i can refresh the SAP Global Memory after every loop pass?

Or, is there any way out to get the new generated values into lw_licin ?

Thanks in advance,

Vijay.