Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

abap command doubt

Former Member
0 Likes
250

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.

1 REPLY 1
Read only

Former Member
0 Likes
229

yes my problem is solved. I've cleared that field explicitly

thanks anyway