Hi,
Following user exit you can use for screen enhancement .
RVEXAKK1 Document Transaction: Screen Exit for Additional Data
Best Regards.
Hi,
Following user exit you can use for screen enhancement .
RVEXAKK1 Document Transaction: Screen Exit for Additional Data
Best Regards.
Thanks Fabio,
I have already seen that but no clue,
also .. all the topic you mentionned are not anwserd
Could you please give more clarification about how to do it
Thanks,
Amine
Hi.
I need to add a field in a standard GS - INCLUDE /AFS/LPP_BATCH_ASSIGNTOP - gs_mchb. It have the enchancement point, but it's not working.
Anyone have any ideia?
I did not get to do anything about it, maybe I was just trying to help in any way!
Please!
Hi.
I have one problem. While executing the Zclass through the Badi, I am getting the Below Error like.
Error Occured During the Abap generation of the test frame for Zclass.
First I would like to Tell u What is My requirement.
Requirement: I would like to update the Purchase Order Item level Zfields. So, in Zfields are Type Some are Char, Only one is With Decimals like quantity Fields. I am using Bapi_po_Change. Line level Qty fields i am able to update. Which means my bapi Code is working. But Custom Fields i am not able to update. Header i am having 2 char fields, This one i can able to update. In the same i would like to update Item level fields.
But Code is not able to update the Zcustom Fields of Item level.
After Error analyses. There are Some sap notes. as per the notes. Fields which are having the Decimals It will not update.
In bapi Return code I had Checked. It is showing the error as.
ME 887 - Error transferring ExtensionIn data for enhancement CI_EKKODB
ME 887 - Error transferring ExtensionIn data for enhancement CI_EKPODB
While updating the program : SAPL2012 and Include :L2012F23, it is Checking the Fields of type. and throw the Error message.
As per the below post I need to implement the Badi.
BAPI_PO_CREATE1 - Message ME 887
After create the Badi , If i run Source code means Bapi_po_change. Dump file is creating Automatically.
My Main problem, Through the badi one Zclass i had created, If i execute In Se24 that Zclass i am Getting the Error, May be this is the problem
Please have a look on below attached Image.Has any body knows what is the problem.
First I Would Like to , tell u how i create the Badi
Step1)Open Se18 Then open the Badi. ME_BAPI_PO_CUST In Display Mode. Then Right Click on the Bapi_Po_Cust, then i press the Create Badi Implementation.
Step2)Then Create the Enhancement Implementation.
Step3) Then I click on the New Enhancement Implementation.
Step4) Then Immediately it is asking the Badi Implementation, Class. I given like below.
Step5)Then it is asking the Class , I Selected the button Empty class.
Step6) Then badi Will created, While creating I was implemented all the methods. Just double click on the all the methods. under the Zclass.
Then i was checked and Activated Both Badi and Zclass There is no Eeror, Even there is no Information Message also. But
After execute the Zclass , It is showing the error. Like below.
Error Occured during the abap generation of the test frame for zclass.
Has any body faced this type of problem, Please Inform me. Need your valuable suggestions Please.
Any Information Please Update me.
Hi
Please, check Note 69632 - Modification of the display MD04 / MD05
I hope it helps you
Regards
Eduardo
Hi everyone,
I have a requirement to add a menu in tcodes QA08, MM02/MM03, and ME23N without modification of standard.
For example, in ME23N I need to add menu item "Report" between Environment and System. Then it has an item like "Report 1" which calls another transaction/program.
I searched the forums and saw that it can be done via Menu exit. But I didn't found Menu Exit for those tcodes. Is there another way to do this without modification of standard screens/programs?
Thanks,
Leo
Your solution helped me, Thanks!!!
Hello,
Could you please advise how you managed to solve the issue? I am facing the exact same problem. Thank you!
Hi All,
For data migration we have to create material using the BAPI
BAPI_MATERIAL_SAVEREPLICA. The file had uploaded from
application server and executed by a background job.
When we tried to upload mass number records
(50k) an issue 'Lock table Overflow' is occurring and job is getting cancelled.
Please find the attached screenshot for details.
Kindly helps to find the solution.
Thanks & Regards
Brijo.
For each call BAPI and being created the material wait a few seconds to try to create the next stuff.
Hi Fabio,
Thanks for your reply. The solution has already applied but didn't worked as expected.
Thanks & Regards
Brijo.
Hi, I need to add fields to infotype 1005 screen 3000 as well. Our organization would like to remove 2 of the standard fields from the overview screen and add 3 fields from the standard 2000 screen to show on the overview 3000 screen. We used PPCI, created CI_P1005 and added the new fields and also created ZP100500 for screen 3000. After our ABAPer created these I went into table T582C and entered MP100500 as module pool, 3000 as standard screen, program name as ZP100500 and standard screen as 3000 then Table name as CI_P1005 but when I go to PO13 and look at Infotype 1005 overview screen it is still calling MP100500 instead of ZP100500. How do you get the enhanced screen to show up?
Thanks, Gina
Hello,
This is because of the conditions you entered to search the data with "Enter conditions" option.
For example, if you input plant 1000 to 2000 then you want to add new entries with plant 3000, it will show you the error message.
So, you should extend the conditions like 1000 to 3000.
Thanks.
Hi experts,
I implemented some OSS notes and now I'm having problems with the transport, these notes are:
2235866
2243546
2245270
2247937
The error is given in program LSEPA_MNDID_CUSTT00. Comparing with other clients that have already implemented those notes, it seems that it hasn't been updated because there is no reference to the part:
*...processing: V_T028Y_SEPA....................................*
(...)
When tranpsorting the order I get the error "V_T028Y_SEPA-REASON_CODE doesn't exist".
I don't know if I've missed any step when implementing the notes.
Thanks in advance,
María
Didn't you get the syntax error during SNOTE processing (step activation of modified objects) ?
Then performing a fast search on OSS with only keyword the view name should give you the note that created the object (manually or by provided program) -> 1873396 - SEPA: Return from Bank
Regards,
Raymond
Thanks a lot Klaus and Raymond !!
When implementing the notes there was no error, everything was ok. I've been looking for something related with it in the SAP notes, I also checked the link Raymond gave says but I wasn't able to find where the problem was.
Thanks !!!!!
I checked that I have done all the steps included in the OSS note, but include LSEPA_MNDID_CUSTT00 is not transported to tst..