IN CJI5 transaction how the commitment cost is calculated?
Hi Experts I want know about calculation of commitment cost in standerd prog RKPEP005. actually i tried to find in coding by dubuging but unable to find it. for referance see below snap. please...
View ArticlePA30 Exit
Dear ExpertsAm using EXIT_SAPFP50M_002 exit to validate 0002 infotype custom field , am facing issue that if i get error while validating and i correctthe error , INNNN still have the old value before...
View ArticleRe: Overwrite Exit for CL_ERP_SWITCH_CHECK method ERP_ALL_LISTS is not executed
Hi Eric, presumably you want to activate the PDF output option. How this can be achieved you can see in SAP note 1919904. What looks like hard-coded in this method can be changed by activating business...
View ArticleBest SD user exit to use for checking 'material pricing conditions' (KOMV-KSCHL)
Hiya, When creating a sales document I'd like to check the material pricing conditions (KOMV-KSCHL), specifically for rate(KBETR), when a material is entered into an order.If the Rate value is not as...
View ArticleRe: Overwrite Exit for CL_ERP_SWITCH_CHECK method ERP_ALL_LISTS is not executed
Hello Eric, Check the package of the class of Overwrite method (CL_ERP_SWITCH_CHECK), it most probably involves a switch which is turned off.This is also the reason why you cannot set a breakpoint...
View ArticleRe: Display the added field only in tcode VA03(item details of Additional dataB
Hi avvaru, My Requirement is same..I have written the same code in PBO of Screen No 8309, Additional Tab....But still in VF03 the field is coming in change mode. Can u please help me?
View ArticleRe: Display the added field only in tcode VA03(item details of Additional dataB
Hi Avvaru, Its working now....actually its was not activated.
View ArticleRe: Calculate Opening and Closing Stock
Hi Sneha, How can I Calculate opening stock & closing stock using selection screen date,material,palnt in zreport..Plz tell me logic..., Thankssunil
View ArticleNeed exits for Purchase Order change (After DB commit)
Hi Experts, I have some custom coding to be done immediately after the Purchase Order create/change.Here requirement is my custom coding should be in a exit which runs once the purchase order data gets...
View ArticleProblem in Creating/Editing an Method in custom Class
hi Friends, A method been created and activated inside a Custom class (se24). Now, the problem is in editing that Method. I'm trying to write code inside Method..Endmethod..but the screen is not in...
View ArticleRe: Problem in Creating/Editing an Method in custom Class
Hi Suren, only possibility I can imaging:- is this a method of a parent class ? then you should get a message and you have to redefine.- authorization issue ? check with SU53- Insert Line area would...
View ArticleRe: Problem in Creating/Editing an Method in custom Class
hi Volker, The Method is a new one to create, hence 'redefine' will not comes to picture, right.Generally, in custom class, we can just create Methods, but behaving strangely here as it's not allowing...
View ArticleRe: Need exits for Purchase Order change (After DB commit)
Hi Jagesh, please check fm EXIT_SAPMM06E_013 from SAP-SMOD-Enhancement MM06E005. You need an active custom CMOD project for that. Regards, Klaus
View ArticleRe: Problem in Creating/Editing an Method in custom Class
Hi Suren, please check the Original System from Object Directory Entry of your class in SE24. Is this system your DEV system? Regards, Klaus
View ArticleRe: Problem in Creating/Editing an Method in custom Class
Hi Suren, Check if it is a Static method of Super class. Regards,Shivajiraju.
View ArticleRe: Problem in Creating/Editing an Method in custom Class
hi Klaus,Yes, the Original system is my dev and Original lang is DE.
View ArticleRe: Problem in Creating/Editing an Method in custom Class
hi Shivajiraju,It is Static method and there is no super class and the Class is defined as Final. Regards,Suren
View ArticleRe: Problem in Creating/Editing an Method in custom Class
Hi, then please check, that there is no authority reason for this issue (with tcode SU53). Regards, Klaus
View ArticleRe: Problem in Creating/Editing an Method in custom Class
Hi Suren , If a Class is declared as a static method and Final . cannot redefine or add the lines to that method,even though in same class.Please change the declaration from Static to Instance...
View ArticleRe: Class enhancement: Use super-> in overwrite exit
having the same issue, anyone knows the answer?
View Article