Re: Change the email address in VF02 before saving
HI,you can also try to use a distribution list for substitution.Please find more details inhttp://scn.sap.com/docs/DOC-44263 BRRobert
View ArticleRe: T-Code for table maintenance generator with a Selection Screen.
hi,Create report and design a selection screen as per your requirement.1)VIEW_RANGETAB_TO_SELLIST use this Fm to make selection criteria for TMG.2)VIEW_MAINTENANCE_CALL use this Fm to call TMG view...
View ArticleUpdating worcenter using user exit ZXWOCU07
Hello, I need to update the fields "Plant" and "Work Center" for each operations when saving an order in IW32.I know that the user exit that I have to use is ZXWOCU07. These 2 fields have to be...
View ArticleBADI_FDCB_SUBBAS04 Problem
Dear Experts, I have implemented BADI_FDCB_SUBBAS04 for Transaction MIRO to add custom fields in Basic Data Tab.I have Appended all the required Tables and views e.g. RBKP, RBKP_V, BKPF, VBKPF INVFO,...
View ArticleRe: BADI_FDCB_SUBBAS04 problem
Dear Papiya, Can you Please tell how did you solved this Problem??
View ArticleRe: VF01/VF02 Enhancement
I did my Requirement using condition base value Routine (VOFM) and its working fine. I did this in Sales order level. Created EXPORT Memory ID in SAPMV60A. and IMPORTED to VOFM routine and my all the...
View ArticleRe: User Exit for Delivery to add Profit Centre
Hi Can you please let me know if this worked. If yes, how. I have a similar requirement. Thanks
View ArticleRe: COBL-PRCTR in transaction VL01N
Hi Can you please let mw know if you were able to change the profit center filed as editable. ThanksSC
View ArticleRe: PO Header Z field is not updated, using classic BADI ME_PROCESS_PO_CUST
Hi, In the newest SAP versions, method set_datax is implicit in BAPI and you can't call it by your program. I'm not sure if you can change header data during posting. Instead of using POST method to...
View ArticleModification of standard SAPLCATS
Hello,We would like to modify the behaviour of transaction CAT2.We need to allow or not data entry (screen-input = ON or OFF) according tothe contents of the CATSDB record being displayed in the...
View ArticleRe: Add field to item overview (ME21N, ME22N ME23N)
Hi Florian, I have a similar requirement and I am able to modify the standard table control. Currently my fields are non editable. I would like to link those fields to the database fields. Please...
View ArticleRe: Add field to item overview (ME21N, ME22N ME23N)
Hi Please, see SAP Note 496083 - FAQ: Customer enhancements (User Exits) in purchasing, last question. In the method FIELDSELECTION_HEADER (or ITEM), write this coding read table ch_fieldselection...
View Articleselect options change
Hello all, can anyone please tell me what I need to do to change the "to" in a select-options to "from", in an output of a report. By default, it is always "to". But if I need to change it to "from"...
View ArticleRe: select options change
Hi , I am afraid if there is a way of changing it, but alternatively you can create 2 parameters separately and build the range internally in the program , in such case you can achieve the comment from...
View ArticleRe: Modification of standard SAPLCATS
Hi, Can you please elaborate your requirement? Thanks and Regards,Sriranjani Chimakurthy.
View ArticleRe: Modification of standard SAPLCATS
Hi Mohamed, Did u check the Exit - EXIT_SAPLCATS_004. I am not sure If this would help you in fixing the issue.
View ArticleRe: How to add Personal Number field in FBL5N transaction
Hi Write a new function module, your name range for function modules is Z_* or Y_* (please, see SAP Note 16466 - Customer name range for SAP objects) In the other hand, check SAP Note 1323512 - Line...
View ArticleRe: How to add Personal Number field in FBL5N transaction
Hi members, I got the logic for the above one. Implemented BADI for the above requirement and its working fine. if any one got this type of requirement use this BADI. FI_ITEMS_CH_DATA Thank...
View Article