hi,we did some customizing for depreciation area for investment measures by accident in OABC. But we cannot remove it by error AC528. setting it to warning in OBA5 doesn't help.How can we remove the wrong customizing?krNico
Hi,in OITA you define a investmentprofile with default assets under construction class. In V_T350_IV you assign the investment profile to a (PM-CS)-order class. When the order is released, the AuC is created.in OITAThere's also the flag "fixed defaul...
hi,via SR10 you can create a city number and link it with postal codesvia SR20 you can create a streetnumber and link it with a city number.How can I make the link between a street and a specific postal code of that city number?krNico
hi,in VF31 the billing documents that were cancelled via VF11 are still showing up. How can they be excluded?The cancelation document is not showing up, but the original is. How can we avoid this?krNico
hi,the code
IF bseg-vorgn EQ 'SD00'.
LOOP AT bool_data-bseg INTO bseg WHERE kunnr = ''
AND koart = 'S'
AND gvtyp = 'X'.
l_gsber = bseg-fkber.
bseg-gsb...