Quantcast
Channel: SCN: Message List - ABAP Switching, Enhancing, and Adapting Standard Programs
Viewing all 2464 articles
Browse latest View live

Re: Which userexit to modify idoc DELVRY07

$
0
0

Did you already look at customer-exits like EXIT_SAPLV56K_002 or BAdI like BADI_V56K.

 

 

Regards,

Raymond


Re: Which userexit to modify idoc DELVRY07

$
0
0

Hi Raymonds,

 

I set a break-point in FM EXIT_SAPLV56K_002 and run vl02n, the process did not stop at the break-point so this exit can not be used for may purpose?

 

Re: Which userexit to modify idoc DELVRY07

$
0
0

For a customer-exit function to be called, you MUST add its enhancement (SMOD, F4 by FM name) in a project (CMOD) and activate this one. Also such "at save" exit/BAdI sometimes run in update task.

 

Regards,

Raymond

Re: Which userexit to modify idoc DELVRY07

$
0
0

Hi Raymond,

 

I will try your solution and let you know the result. Have a nice day.

 

Thanks,

Dai Nguyen Quang.

Re: Email Functionality not working

$
0
0

Hi Raymond,

 

I dont see any records in SOST. If the problem is not ABAP related, where the issue occurs?

 

Regards,

Saranya

Re: Email Functionality not working

$
0
0

You could check for customizing in transaction SCOT, also did you try to send manually some attachment in transaction SBWP?

 

But if there is nothing in SOST, could you give the exact error message raised by the SAP sample program (the report works correctly on my every server)

 

Regards,

Raymond

Re: ME22N - Outline Agreement (konnr) editable, even with follow-on documents

$
0
0

It is such a pity that no one has replied. Matt, did you find the answer by any chance? Our company has the same question now. Thanks, Dimitar

Re: Updating Tax Jurisdiction in Sales Order using MV45AFZZ

$
0
0

I checked with the above code. But the tax jurisdiction code is not updating.

 

Please help me.

 

Thanks,

Satya


Re: ME_PROCESS_REQ_CUST method CHECK call twice

$
0
0

Hi Thomas,

 

did you solve this issue? If not, this is my proposal:

 

Evaluate the ABAP callstack, it shows differences between the first call and subsequent calls.

Please see attachment for details.

 

 

Best regards

 

Udo

Re: BADI not called when using a BAPI

$
0
0

Hi,

I have the same problem, I implemented a BADI in purchase order req, works fine, but when I use the bapi  BAPI_PR_CREATE, the badi don't work. Would You Tell me How you solved, please?.

 

Thanks.

Budget Availability Control for multiple limits - custom mail to multiple users

$
0
0

Hi all,

 

 

I have a requirement that multiple budget tolerance limit should be set such that at 75% - mail has to be triggered, 80% - another mail has to be triggered and at 90% - another mail has to be triggered. Mail has to be send to outlook box with 5 people in CC.

 

If trigger the standard mail, it can be done only for one limit ( say 80% ) and only to one person. so this doesn't help.

 

Is there any other way to do it ? or is there any exit or badi to do it? Please guide a solution !!

 

 

 

Regards,

Vishnu Prakash K.

Re: ME_PROCESS_REQ_CUST method CHECK call twice

$
0
0

Usually I use some code similar to following sample to remove my previous message in PR/PO BAdI:

  mmpur_context mmcnt_context_badi.

  if data-id isinitial.

    mmpur_remove_msg_by_context data-id mmcnt_context_badi.

  endif.

 

(where data is structure get from... get_data for current object, header/item/account)

 

Regards,

Raymond

Re: user-exit delete

$
0
0

Hello Sangyoun Kim,

 

Could you please tell me how you resolved? I am also facing same problem, the structures CI_EBANDB and CI_EBANDBX are still active even though the project is not active.

Re: ME_GUI_PO_CUST problem when displaying data in 2 subscreens

$
0
0

Hi,

I found the error in the Subscribe method.

I had set the same screen name for the Header and the Items.

Thank you anyway,

 

Younes

Re: How to use database cursor in ABAP

$
0
0

Hi,


Re: Exit or BADI for VF01 on Invoice Save

$
0
0

Hi Tarun,

 

as an alternative you can use e.g. enhancement point RV_INVOICE_DOCUMENT_ADD_30 in the enhancement spot ES_SAPLV60A (SE18).

 

Best regards,

Sebastian

Re: How to add a custom button on Application Toolbar for ME21N, ME22N & ME23N

$
0
0

I searched very deeply for exits or BADI to add a custom button to the standard toolbar, I had no success, the only suggested way was to add the button to the customer data tabstrip, but that was not the requirement.

 

 

Eventually I solved adding the button + function code to the standard gui status NORMAL.

 

steps:

1.  transaction SE80

2. function group MEGUI

3. gui status -> NORMAL

4. added new button (in my case it's for sending email) and function code to the status

5. added implicit enhancement to program LMEGUICJL , where the standard function codes are also handled.

6. retrieved order's data through the following ABAP:

           l_transaction = l_appl->my_trmgr->get_current( ).
           READ TABLE l_transaction->my_data ASSIGNING <fs_document> INDEX 1.


<fs_document> contains order's main data, from here it's possible to work on whatever solution needed. In my case i called PO smartform and sent it by email

Re: Regenerate the lock object

$
0
0

You cannot regenerate the lock object.

Bu follow the procedure suggested in the error message by deleting the key entries in lock parameter and reentering the key parameters whenever the key fields are changed.

Re: Engineering Change Management

$
0
0

Hi Rajesh,

 

I assumed you now know the answer for this. Could you share please?

Re: BADI_FDCB_SUBBAS01 is not activate

$
0
0

Hi Vendhan,

 

Could you provide me the solution that how to add the custom field in FB60(Item Level)

 

Thanks in Advance,

 

Thanks with Regards,

Vallamuthu M.

Viewing all 2464 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>