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

why t-code /staae/admin_on does not exist in my ECC6 system?


Enhance partner bank search help

$
0
0

Hi experts,

 

My requirement is to enhance search help of partner bank field in Miro transaction to display bank details of the vendor along with alternate payee.

 

Currently partner bank search help only displays the bank details of alternate payee assigned to the vendor.

 

Thanks,

Pooja

Re: To find user exit whever moving average price changed

$
0
0

Hi Piyush,

 

Were you ever able to find out the solution on how to achieve this? I have a similar requirement to update the z-table whenever moving average price gets updated.

 

Thanks,

Ramesh

Re: Exit user: EXIT_SAPMM06E_017 - check all item for total PO amount >30000

$
0
0

Problem  : Even After Showing Message into PO Message list PO is Getting save on BACK , EXIT buttons

 

Solution :

 

Thats Work for me too ..

 

Exit name          : MM06E005 ( Customer fields in purchasing document )

 

Function module : EXIT_SAPMM06E_012 ( Check Customer-Specific Data Before Saving )


INCLUDE          : ZXM06U43 .

 

*&---------------------------------------------------------------------*

*&  Include           ZXM06U43

*&---------------------------------------------------------------------*


DATA bg_exd TYPE c.

 

IMPORT bg_exd = bg_exd FROM MEMORY ID 'BG_EXD'.

 

IF bg_exd EQ 'X'.

 

   MESSAGE e375(po) WITH 'Po Release amount is Exceeding than remaining budget !!!'.

 

ENDIF.


*&---------------------------------------------------------------------*

Screen enhancement for VA01

$
0
0

Hi experts,

 

 

 

Is there any customer exit or BADI for Sales Order Creation.

Some people are suggesting to change the sub screen directly, so it is asking for access Key .

So can I achieve this screen exit without Access Key.

 

 

 

Thanks and Regards,

Abhijith

Re: TCODE VL10G: Add custom field in selection screen

$
0
0

Hi Madheswaran,

 

Basically the VL10G, calls the program RVV50R10C and the custom field which you will be adding is in the screen 1020.

So the INCLUDE v50rsel_block_b contains the selection screen fields of Sales Order tab,

 

In this include you have the explicit enhancement point, which can be used to add the customer specific field.

Re: How to add user defined tab in the Header level of T-Code O4NM?

$
0
0

Hi Raghu Raman,

 

May i know which BADI/screen exit isused to add custom tab in header level of O4NM.Because i have a similar requirement to add custom tab in the header level of O4NM.

 

Thanks,

Ajith

Adding custom tab to O4NM

$
0
0

Hi,

 

Is there any BADI/SCREEN EXIT to add custom tab to header level of o4nm tcode  and how to implement the same.

 

Thanks,

Ajith


BADI call positions

$
0
0

Dear experts,

 

I have come across the following statement about BADIs

A classic BAdI can be called only once and the call positions are registered centrally.

  b.  With new BAdIs, multiple calls are possible and the call positions are not registered centrally


Can somebody explain why classic BADIs have the restriction that they can be called only once?

Also what does 'call positions registered centrally mean'??


Thanks

Rohini

screen exit for sales order

$
0
0

enhancement name mm06e005 is for purchase order . What is name for sales order enhancement ?

Re: screen exit for sales order

$
0
0

Please use below screen exits

 

MV45A0ZZ : PBO

MV45AIZZ  : PAI

MV45ATZZ : Data definitions

MV45AFZZ : Subroutines

 

Note : You would need the Access Key to add/change the fields.

 

 

Thanks

Deepak

Re: screen exit for sales order

Re: screen exit for sales order

$
0
0

How to add custom sub screen in standard user exit .? I dont have access key .

Re: screen exit for sales order

$
0
0

You Can request your basis/Environment team for Access Key.

 

Also please mark the correct answer as it could be helpful to someone in future.

Re: need user exit to put filter on field ( customer item due by ) in F110

$
0
0

Dear all,

 

I tried the solution with XDEBUG in SAPF110S and set the variable to "X" in debugging mode. I would like to see in debug mode how the tables REGUH and REGUP gets filled. I am not sure in which forms or FUBAS to set further break-points in order to see how REGUH and REGUP gets filled where to the break-points. Can anyone pls. let me know.

 

Thank you.

 

Regards


Re: why t-code /staae/admin_on does not exist in my ECC6 system?

$
0
0

Dear all,

 

Please help me.

 

Thanks,

Dai Nguyen Quang,

THP Group.

Re: screen exit for sales order

Re: Enhance partner bank search help

Re: Screen enhancement for VA01

$
0
0

Hi Abhijith,

 

It is is need first time to add.

 

Regards,

Madhu.

Re: Confirmation tab table control Me21n/Me22N enahancement ?

$
0
0

Hello Guys,

 

Anyone found a solution to this ? I have exactly the same requirement.

 

 

Best Regards.

Viewing all 2464 articles
Browse latest View live