Re: Default Drop Down List Box with value from the list in BSP
Ok here We GO, 1.Get_P_xxx Raise event: submitonenter METHOD GET_P_XXXXX. CASE IV_PROPERTY. WHEN IF_BSP_WD_MODEL_SETTER_GETTER=>FP_FIELDTYPE. IF IV_DISPLAY_MODE EQ ABAP_TRUE....
View ArticleAutomatically Send email after Creating Invoice from VF01
Hello All,Can any body has any idea how to generate pdf of invoice after user click on save of VF01 transaction.I create a Zdriver program and create a new output type with medium 5 i.e for sending...
View ArticleRe: Default Drop Down List Box with value from the list in BSP
Thanks Sarat, 1 q - y do we require the CHK field? Are we using it somewhere?
View ArticleExit or Badi in CK11N
Hi,I run the transaction CK11N but i want to add an item in the product cost calcul.A item with an other cost element.My product cost is with info record and i want to put an additionnal costI try with...
View ArticleRe: Default Drop Down List Box with value from the list in BSP
CHK field can be ignored.
View ArticleRe: Providing the Additional Tab to MIGO_GI Transaction (item wise)
Hello Jagesh , Check with example class CL_EX_MB_MIGO_BADI which is an example implementation of BADI MB_MIGO_BADI. Go through it , it will help you for sure.
View ArticleRe: Exit or Badi in CK11N
Hi Serge, Please, see the recommendations in SAP Note 116808 - Documentation enhancement COOM0001 I hope this helps you Regards Eduardo
View ArticleRe: Automatically Send email after Creating Invoice from VF01
Hi You can achieve it with standard output. Please, check these notes SAP Note 454893 - CHECKLISTSD: Sales document output as an e-mailSAP Note 960088 - FAQ: Sending SD messages externally Go to NACE...
View ArticleExecuting a Planning Enhancement in Debug
Hi Everyone, In TCode MC95 (Display Planning) I would like to add some Customer defined F4 for three standard parameters in the selection screen. I would like to use the standard enhancement...
View ArticleRe: Executing a Planning Enhancement in Debug
Hi Sylvain, Its a function module exit. This function will be called by the statement CALL CUSTOMER-FUNCTION '007'. In which screen and field would u like to do enhancement?please press F1 on the...
View ArticleRe: Automatically Send email after Creating Invoice from VF01
Hi Sam, Why we need to create a zdriver program.If you go with zone there is a lot of validations you need to handle and dumps also. The standard program will have all the features to send a mail in...
View ArticleRe: Network wise PR creation in CJ20N (PS)
Dear All, We had a similar requirement in one of our client, the details are as follows: Client’s requirement was to generate plant wise number range for Purchase Requisition created in Project System...
View ArticleRe: Automatically Send email after Creating Invoice from VF01
Hello All,Thanks for the prompt replay and valuable time,actually we have a ztable where the email address so when user save any billing document i.e in transaction VF01 -(SAVE) INVOICE smartforms will...
View ArticleRe: Automatically Send email after Creating Invoice from VF01
Hi, You copy the standard driver program in the include whether system is using mail id, keep your code at that place.
View ArticleRe: Executing a Planning Enhancement in Debug
Hi Sreekanth, Thanks for the reply. This is the issue I have is that I do not know when the FM will be called. I would like to add some F4-Help drop down list to fields: Main Group (PRODH1), Group...
View ArticleModifying Search Help Result Field
Hi everyone, I am having an issue concerning the search help functionality in the ABAP dictionary and I cannot find an accurate answer in the community network. I created a data element (ZPRODH2)...
View ArticleRe: Executing a Planning Enhancement in Debug
Hi Sylvin, I could't find a program with this name. For different Planning type it shows different screens all these are Reports. You can achieve your requirement by using Implicit Enhancement.And use...
View ArticleRe: Modifying Search Help Result Field
Hi Sylvain, since you would like to avoid sh exit and keep changes in the ABAP ddic only, then you should create a domain for data element ZPRODH2 with lenght 15 and attach a conversion routine in the...
View ArticleNeed user exit / screen exit for SE38 program variant save
Hello, We need to add a custom field on SE38 variant save programand Also need to save more details in custom table like who has changed or saved SE38 program variant with timestamps and relevant...
View Article