Exit/Badi CJ20N WBS Element Creation
Hi,I need to change a wbs element user status at the exact moment it is created.Do you know any exit or Badi when event create is triggered in CJ20N transaction? Thanks in advance,Alm.
View ArticleRe: Screen Enhancement to MIRO Transaction
Hi, I also have the same requirement.Please help. ThanksDipak
View ArticleRe: How do you make changes in a SAP Enhancement-Section so that it stays...
Hi,maybe you can use another enhancement, possibly an implicit one instead? BRRobert
View ArticleRe: CO15 screen exit !
Solved. Only modify screen 910 from program 'SAPLCORU'. Regards, Zava
View ArticleWORKORDER_DOCLINKS - read master data
Hello, I try to implement the BADI WORKORDER_DOCLINKS.The parameter IM_ACTION shows where the BADI is called.C OpeningR ReleaseN Read Master Data For us it's neccessary to refresh document links in...
View ArticleEnhancement COOM0001
Dear Experts, Our client have requirement as system should calculate OH cost on output quantity. for example : production GR is 10 then system has to add the cost 10000/-INR to each output qty...
View ArticleRe: Enhancement COOM0001
Hi Are the enhancement triggered? Please, check if you have records for your overhead rates in your table KONP for KAPPL = 'KA'. Check your entries in tcode KZS2. For further information check SAP Note...
View ArticleRe: Change the email address in VF02 before saving
HI,if it is only his email you can determine it directly from the user master. BRRobert
View ArticleRe: Change the email address in VF02 before saving
Hi Naveen, Good afternoon.Hope doing good. I have the same requirement that you posted.Can you please tell me how u solved this issue. Thanks,Krishna.
View ArticleRe: Enhancement COOM0001
Hi Eduardo, Please check my code and suggest me the changes. Thanks & RegardsBhagirath
View ArticleRe: Change the email address in VF02 before saving
Hi Robert, Thanks for your quick response. My requirement is,when the user click on save in VF01/VF02 transaction after entering all the details i have to send a mail.This is already done by...
View ArticleF5210 error message in MIRO tcode
Hi; I've added a screen exit with badi BADI_FDCB_SUBBAS04, the added field works well in FB60, but in MIRO we get the message F5210 with the dates. Any help. Thanks on advance. David FúnezLatacunga,...
View ArticleRe: F5210 error message in MIRO tcode
Pablo, I've found the error with screen exit in MIRO: 1) when run MIRO tcode i noticed that the name of the BURKS doesn't displays on screen. 2) when entering BUDAT i debug, on (PAI) MODULE Get_period,...
View ArticleRe: F5210 error message in MIRO tcode
Hi, read this thread with attention: http://scn.sap.com/message/8496896#8496896 Best regards.
View ArticleRe: F5210 error message in MIRO tcode
Solved; I was passing a report not FM as a called program. Answer:http://scn.sap.com/message/13915319 David FúnezLatacunga, Ecuador
View ArticleRe: IW31 - Default to a Settlement Rule
Have a look at exit IWO10009 * get settlement rules from ABAP memory call function 'K_SETTLEMENT_RULE_GET' exporting objnr = p_caufvd_imp-objnr x_all = ' ' tables e_cobra...
View ArticleRe: Need help on Enhancements in IW31
Have a look at exit IWO10009 Use the following: * get settlement rules from ABAP memory call function 'K_SETTLEMENT_RULE_GET' exporting objnr = p_caufvd_imp-objnr x_all = ' '...
View ArticleRe: Check on Settlement Rule in IW31
Have a look at exit IWO10009 * get settlement rules from ABAP memory call function 'K_SETTLEMENT_RULE_GET' exporting objnr = p_caufvd_imp-objnr x_all = ' ' tables e_cobra...
View ArticleRe: T-Code for table maintenance generator with a Selection Screen.
You create a t-code without the SM30 selection screen that goes straight to a custom selection screen you define. This selection screen will then call the table maintenance dialog you mentioned. Add a...
View Article