2008 Sep 30 4:30 AM
Hi Guys,
I am implementing EXIT_SAPMF40S_001 for cheque deposit txn FF68. I am trying to populate cheque issuer and Bank key when user press enter after entering customer no.
I select data fromKNA1, KNB1 and KNBK.
Populating the table sel_tab of the FM. But its not getting populated in the screen.
ThanQ for Ur time.
Cheers
S Kumar
2008 Sep 30 4:35 AM
Hi,
Did you activated the User Exit and the project in CMOD ?
2008 Sep 30 4:37 AM
yeah.. I did activate it. when I debug the code it goes into the exit FM. But the I am wondering do I populate the data at right table or structure.
Cheers
S Kumar
2008 Sep 30 4:42 AM
2008 Sep 30 4:45 AM
2008 Sep 30 4:46 AM
I think you have to populate the data in E_LINE but not sel_tab. AUSST_PR BNKLZ_PR are the fields.
2008 Oct 24 12:11 PM
Hi S Kumar....
I also want to validate FF68 -cheque deposit transaction.
My requirement is to check that only particular user can change / post check details for a paticular customer.
For that one authorization object is also used.
Now please tell me how to implement this and which exit to use.
Please give me ur email id if possible.
Thanks & Regards
Anuibhav
2008 Nov 04 4:58 AM
Hi,
The Exit is SAPMF40S.
Search 'call customer' in pgm SAPMF40S.
Here you can implement the exit.
Cheers
Senthil