Skip to Content
0
Apr 22, 2014 at 05:48 AM

ABAP Accessing global data

48 Views

Hi,

I am changing pricing routing RV61A902.

While debugging I come accross structure (SAPLIPWI)RIPWO of standard program SAPLV61A.

Basically I want to use value of field SERNR of the structure (SAPLIPWI)RIPWO in my coding.

But i dont know how to use this value ?

I tried to use like below , but getting error

FIELD-SYMBOLS : <fs_sernr> type any.

assign (SAPLIPWI)RIPWO-sernr to <fs_sernr>.

Can u pls help in this ??

Regards,