‎2008 Jan 16 9:29 PM
Hi folks..
One doubt.. In one of my program. I've used one command which is as follows .
uom_s[] = uom[].
where uom is a structure like bapi_marm_ga and
uom_s is a structure like bapi_marm.
all the relevant values got copied to uom_s table. but in uom_s there is field GTIN_VARIANT which gets populated automatically with value '00'. whereas there was no corresponding value in GTIN_VARIANT in uom table.
but there were two fields ( both type n ) in uom which were having '000000' and '00' value which has no corresponding field in uom_s. so how this command work which has populated a field automatically.
GTIN_VARIANT in uom and uom_s are type c field length 2.
so how this command works ...
I hope I'm clear.
‎2008 Oct 06 5:05 PM
yes my problem is solved. I've cleared that field explicitly
thanks anyway