‎2008 Nov 04 3:26 PM
Dear All,
I need to know how to find values stored in stractures,
like rv45a one stracute under this one field is btgew , so i want to now how get this value.
plz help me
Thanks.
Edited by: Julius Bussche on Nov 4, 2008 4:58 PM
‎2008 Nov 04 3:44 PM
Hello
Structures are runtime data structures that do not contain data
except at runtime. They will be filled with data by the program somewhere.
Regards
Greg Kern
‎2008 Nov 04 3:53 PM
Structures gets populated only at run time..if u want to know the value of a populted structure during program then set a breakpoint in ur program and debug it.
‎2008 Nov 05 5:09 AM
Hi,
As RV45A is a structure.....it does not store data.....the original data is posted into the database table - VBAP.
Arunima