2014 May 20 11:46 AM
Guys,
In debug mode I see komp-evrwr field is coming as SPACE and thats why one of the custom condition type is not coming while I am trying to create billing from a delivery document no. Can anybody help me to know - how komp-evrwr will be as 'X'?
Include LV61A004
* Determine costs according to item category configuration (TVAP)
form kobed_004.
sy-subrc = 4.
if komp-kposn ne 0.
check: t001-bukrs = t001k-bukrs.
check: komp-werks ne space.
check: komp-evrwr = 'X'.
check: komp-fareg na '45'.
endif.
sy-subrc = 0.
endform.
* Prestep
form kobev_004.
sy-subrc = 0.
endform.
Regards,
Shyamal.
2014 May 20 12:11 PM
Hi Shyamal,
I think this should be taken care by respective functional consultant. Some field should be checked while creating custom condition type.
ABAP work is not needed here.
Regards,
Siddhesh Satghare.
2024 Mar 14 1:35 PM
Even if you set up the cost determination in the item categories and copy control , the komp-evrwr remains empty
2025 Feb 11 4:23 AM