Quantcast
Channel: SCN : Popular Discussions - ABAP Switching, Enhancing, and Adapting Standard Programs
Viewing all 329 articles
Browse latest View live

How to create routine in VOFM

$
0
0

Hello experts,

 

I am trying to create formula's - Condition base values routine, I give routine number as 600 and press enter it asks me for access key, but When I enter the access key (provided by basis) it says incorrect entry.

 

Please let me know, whether I am following the correct steps or not.


Add custom fields in Additional Data B tab (header) in VA01/02 using BADI

$
0
0

Hi experts,

                  My requirement is to add custom fields from custom table( z or y table) to Additional Data B tab (header) of VA01 transaction. How can we do it using BADI's? I do not want to use the access key and modify respective screens in SAPMV45A.

I'v seen many threads related to this issue but none of them were answered. Hope I'll get it with your help. Thanks in advance.

 

Edited by: srivarma on Dec 8, 2011 10:09 AM

 

Edited by: srivarma on Dec 8, 2011 10:15 AM

MIGO BAdI or User-Exit - After Database Commit

$
0
0

Hello,

 

I'm looking for a BAdI or user-exit after database commit for MIGO posting. I want to create a FI document after MIGO posting.

I already tried MB_MIGO_BADI BAdI but system gives a short dump. So I have to find a exit or BAdI after database commit.

 

Thanks for helping in advance.

 

Regards,

Burak

user exits examples

Difference between implicit and explicit enhancement points

$
0
0

Hi Folks,

 

I had learned many documents to findout the difference between explicit and implicit enhancement point.I got the theoritical knowledge on that but losing on the practical side..

 

Can anybody help me out with one real time scenario where the explicit enhancement points have been implemented and the step by step procedure to implement it..

 

 

Hoping for the positive response from you..

 

 

Regards,

Rohan.

Could someone explain me about tools like "RICEF"

$
0
0

Hi Guys,

 

Could someone explain me about tools like "RICEF"(I dont know if iam spelling it correctly) and ASAP methodology. Iam wondering how this are related to SAP upgrade and fresh SAP implementation.

 

Many thanks in advance.

 

Warm Regards,

Garrick.

HOW TO FIND USER EXITS IS USED IN A TRANSACTION

$
0
0

Dear All,

Is there any way to find Whether a user exit is used or not in a transaction,example fb01 or xd01 etc.

 

Appropriate points will be rewarded.

Thanks in advance

How To Find Screen Exit & Menu Exit

$
0
0

Hi Friends,

 

How can we find Screen Exit & Menu Exit?

 

Kindly do not specify the report which is prevailing all over.

 

And does class CL_EXITHANDLER also return exits apart from BADI names ?

 

Regards,

Pradeep


difference between implicit enhancement and explicit enhancement

$
0
0

What is the difference between implicit enhancement and explicit enhancement .

How to create Authorization group

$
0
0

Hi

     How to use se54?kindly explain the step by step process of creating authorization group for a table.

 

thanks

how to implement enhancement spot

$
0
0

hi to all experts,

 

how to implement enhancement spots for example ENHANCEMENT-POINT SAPLMEGUI_01 SPOTS ES_SAPLMEGUI STATIC.

 

 

i dont have any idea regarding this please help me

 

 

thanks

How to create Authority check object

$
0
0

Hello Gurus,

 

How to create Authority-check object 'ZABC'

                                                         ID 'TABLE' FIELD 'ZTABLE'.

Please tell me detailed procedure.

 

Thanks in advance.

 

Best Regards,

zubera

MIRO - User Exit during SAVE: Read items & Update header

$
0
0

Hi there!

During MIRO after pressing save...

I search for an user-exit or BAdI, to READ ITEM DATA and UPDATE HEADER DATA (XBLNR) after SAVE but before UPDATE.

 

I have searched this forum, but with no luck. Many more then me seem to have the same problem. The most common answer have been to try BAdI INVOICE_UPDATE, but that BAdI only give READ access and NO UPDATE, so no luck there..

 

To summarize all my searching here and findings... I list all exits I have tested...

 

User-Exits

LMR1M001 User exits in Logistics Invoice Verification

LMR1M002 Account grouping for GR/IR account maintenance

LMR1M003 Number assignment in Logistics Invoice Verification

LMR1M004 Logistics Invoice Verification: item text for follow-on docs

LMR1M005 Logistics Inv. Verification: Release Parked Doc. for Posting

LMR1M006 Logistics Invoice Verification: Process XML Invoice

MRMH0001 Logistics Invoice Verification: ERS procedure

MRMH0002 Logistics Invoice Verification: EDI inbound

MRMH0003 Logistics Invoice Verification: Revaluation/RAP

MRMN0001 Message output and creation: Logistics Invoice Verification

 

BADI - When saving in MIRO the following BAdI were passed...

PPA_CUST_BADI

/CCIS/FICLRDC_ENH

INVOICE_UPDATE  << only read no update

ME_DP_CLEARING

AC_DOCUMENT

FI_LIMIT_PROCESS

AC_QUANTITY_GET

FMRE_BUS_PROCESS

EXIT_XFMPRI_001

CO_DOCUMENT_INFO

INVOICE_UPDATE (method change_before_update ) << only read no update

MRM_RANSACT_DEFAULT

MRM_HEADER_DEFAULT

 

Other BAdI's

MRM_HEADER_CHECK - Bara ingående värden för kontroll

MRM_HEADER_DEFAULT - Tyvärr sätter bara XBLNR precis när man går in i MIRO...dvs för tidigt.

MRM_ERS_HDAT_MODIFY  - EJ anropad...

 

 

Would be greatful for any ideas on this matter...

 

Best regards

Henrik

 

MV45AFZZ cancel document saving process

$
0
0

Hi,

 

I'm investigating an option on how to cancel the saving process of a document in user-exit include MV45AFZZ from within transaction VA01/VA02.

 

Currently I've tried to do some MESSAGE E in FORM USEREXIT_SAVE_DOCUMENT_PREPARE or  FORM USEREXIT_SAVE_DOCUMENT w/o any success so far.

Of course MESSAGE A is possible but does a hard break and is not the best solution at all.

 

Setting any screen like SET SCREEN 0 or LEAVE TO SCREEN 0 or any similar things did not work either.

 

What am I trying to do? I would like to check some VBAP/VBAK fields if certain conditions are met and cancel the saving process if  necessary - of course without dropping the complete document.

 

I've already searched the forum here and only found hints like those already mentioned above - but nothing really specific.

 

Another thing which came into my mind is what about storing some a line into the incomplete log of the transaction to prevent from saving? However, I did not found any function module to add some lines to the log in user-exit MV45AFZZ so far.

 

 

Any hints on how to accomplish this?

Add custom fields in Additional Data B tab (header) in VA01/02 using BADI

$
0
0

Hi experts,

                  My requirement is to add custom fields from custom table( z or y table) to Additional Data B tab (header) of VA01 transaction. How can we do it using BADI's? I do not want to use the access key and modify respective screens in SAPMV45A.

I'v seen many threads related to this issue but none of them were answered. Hope I'll get it with your help. Thanks in advance.

 

Edited by: srivarma on Dec 8, 2011 10:09 AM

 

Edited by: srivarma on Dec 8, 2011 10:15 AM


MV45AFZZ cancel document saving process

$
0
0

Hi,

 

I'm investigating an option on how to cancel the saving process of a document in user-exit include MV45AFZZ from within transaction VA01/VA02.

 

Currently I've tried to do some MESSAGE E in FORM USEREXIT_SAVE_DOCUMENT_PREPARE or  FORM USEREXIT_SAVE_DOCUMENT w/o any success so far.

Of course MESSAGE A is possible but does a hard break and is not the best solution at all.

 

Setting any screen like SET SCREEN 0 or LEAVE TO SCREEN 0 or any similar things did not work either.

 

What am I trying to do? I would like to check some VBAP/VBAK fields if certain conditions are met and cancel the saving process if  necessary - of course without dropping the complete document.

 

I've already searched the forum here and only found hints like those already mentioned above - but nothing really specific.

 

Another thing which came into my mind is what about storing some a line into the incomplete log of the transaction to prevent from saving? However, I did not found any function module to add some lines to the log in user-exit MV45AFZZ so far.

 

 

Any hints on how to accomplish this?

user exit for vf01 or SAPMV60A

$
0
0

Hi to all

I have find out the list of user exit for VF01. but i can not understand how can i find these exit point in program

for example  SDVFX004 (User exit G/L line in transfer to accounting ). if i search in program SAPMV60A then it is not found. so expert please reply as quick.what is going on.

Adding a tab subscreen in VA01/VA02/VA03

$
0
0

Hello guys,

  I searched for screen exits in VA package using SMOD. But i am unable to understand how to do it. I want to add a tab in line item tabs, in which i want to add new custom fields. Is there any screen exit for screen number 4003 where i can add one more tab and custom fields in that tab. Thanking you,

 

Regards,

Yayati EKbote

MIGO BAdI or User-Exit - After Database Commit

$
0
0

Hello,

 

I'm looking for a BAdI or user-exit after database commit for MIGO posting. I want to create a FI document after MIGO posting.

I already tried MB_MIGO_BADI BAdI but system gives a short dump. So I have to find a exit or BAdI after database commit.

 

Thanks for helping in advance.

 

Regards,

Burak

user exits examples

Viewing all 329 articles
Browse latest View live