Hi Suruchi,
Can you tell me he driver program which one you used. Are you copying the standard correspondence and crated variants.
Regards,
Madhu.
Hi Suruchi,
Can you tell me he driver program which one you used. Are you copying the standard correspondence and crated variants.
Regards,
Madhu.
Hello David,
have you managed to solve the issue in the meantime?
I have the same problem and I don't know how to solve it either.
Thank you,
Mihai
Hi Madhu
Driver program is RFKORD10_pdf and i am not copying the standard.
Thanks
Suruchi
Hi
there is only this defined no collect FM
ISSC_INSO_VVSCPOS_GET
hi ,
I need to write a logic for a specfic country in the driver program 'RFIDYYWT' , when it calls the FM 'IDWT_DISPATCHER'
such that if the a field in the internal table passed to the form is of a specfic country on then my logic should trigger otherwise not.
Im a newbie , so pls suggest me the workaround,
Thanks,
Faiz
HI Suruchi,
Can you check correspondence and variants.
Regards,
Madhu.
Hi;
I finished using tcode SMOD -> MEREQ001 and one of the user-exits, EXIT_SAPLMEREQ_001/010.
hope this help you.
How to restrict the lenght of customer material no(Vbap-kdmat)?
Hi,
I'm trying to use the BADI MB_DOCUMENT_BADI on MB31 (when saving document) to insert notification number on MKPF-XABLN (GR/GI Slip No).
I created an Implementation of the BADI, the class and a method IF_EX_MB_DOCUMENT_BADI~MB_DOCUMENT_UPDATE where I've coded something where there's a breakpoint to see if the method gets called. Everything's activated and Runtime Behavior: The implementation will be called
Problem is, the breakpoint is never reached and therefore the method never gets called.
What am I doing wrong?
BADI INFO:
Attributes
Implementation name ZMB_DOCUMENT_BADI
Definition name MB_DOCUMENT_BADI
BAdI migrates to enhancement spot MB_GOODSMOVEMENT
Impl. migrates to enhancement ZMB_DOCUMENT_BADI
Interface:
Interface name IF_EX_MB_DOCUMENT_BADI
Name of implementing class: ZCL_IM_MB_DOCUMENT_BADI
Thank you!
Hi Abhijit,
As i know we can not restrict the fields in this.
Regards,
Madhu.
Hello Faizur,
Use BADI WTAXREPORT_MODIFY to change the data before passing to FM IDWT_DISPATCHER.
The below are the methods and you can choose method based on your requirement.
Thanks
-Learner
Hi Developers,
I have added 2 new fields in CO11N screen and changed AFRU table structure as well.
I have also activated both CONFPP05 & CONFPP07 to get my the record saved into table AFRU but I am having difficulties to pass the screen value SAPLXCOF to (ES_AFRUD structure in EXIT_SAPLCORU_S_101).
Although I see the input being carried during my debug, but when try to import/export this value in order to save in exit CONFPP05, it just doesnt work.
Have seen many threads discussing the similar enhancement, but however most thread concluded import/export from memory solved their problem.
Can someone advice on what am I doing wrong?
Hallo Everybody,
I´ve got the following Problem:
In ME21n when creating a Order I Need to Create Equipments with BAPI and therefor I have to process a BAPI_COMMIT and also I want to give the User some Messages TYPE 'I'.
Now I´ve read that in IF_EX_ME_PROCESS_PO_CUST~CLOSE it´s not allowed to use the Statement MESSAGE or send any commits.
No I wonder how to solve my Problem.
In RFC I can not send Messages or get USER-Inputs which I Need in my Function.
In IF_EX_ME_PROCESS_PO_CUST~CLOSE I'm not able to send Messages and use commits
In an USER Exit the DATA is not Committed and If something goes wrong I created Equi´s to which there is no Order.
Anyways the USER-Exit seems like the only possible way.
Is there one after the commit of ME21N ?
If not which would be the latest? Include MV45AFZZ ?
I hope u can help me solving this Problem, any ideas and hints will be appreciated.
THX Richard
Hello folks!
I need a help. My requirement is if any change in Contract is happened - it should go for re-release.
I checked release strategy and in that PO type, Purchase org, Net Amount limit , Po group is given.
When I change Target amount greater to limit it goes for Re-Release.
But If I add or delete any lines in contract or change any other detail it stays in release stage only.Not going for Re-Release.
Please help me out.
solved my self...
Found out.
All the fields except for the certain ones made invisible.
So I had no choice but to make another implicit enhancement,
where I make additional fields of sum row visible.
Maybe, there is a mistake in this line of the program:
AND screen-name NS 'CATS_ADDFI_TEXT'
maybe it should be 'CATS_ADDFI'. then it would work.
But as they wish.
Hi Faizur,
for this BADI doesn't allow multiple implementation I normally would have told you, that you can't use it, because the SAP implementation might be changed and reactivated by any support package.
BUT:
So why do you have an active SAP implementation for it? I would suggest, that you contact SAP in this case to clarify it.
Regards,
Klaus
Hello Faizur,
Are you sure it is an actual implementation and not just a sample ?
Anyways, if it doesn't has any code then it doesn't matter.
Create a custom implementation for it and activate it.
As the BADI doesn't support multiple implementations, the earlier one will get deactivated automatically.
Hello
Create new, custom implementation of the BADI but make sure that the class of your BADI will inherit from the class of the standard BADI. In the methods that you want to change use SUPER->METHOD_NAME to execute the original BADI's coding.
This way if SAP changes the original BADI the SAP coding will still be executed.
regards