Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing EXIT_SAPMF40S_001

Former Member
0 Kudos

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

7 REPLIES 7

Former Member
0 Kudos

Hi,

Did you activated the User Exit and the project in CMOD ?

0 Kudos

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

0 Kudos

Can you paste your code here ?

0 Kudos

Check if you are populating the entries in correct table.

0 Kudos

I think you have to populate the data in E_LINE but not sel_tab. AUSST_PR BNKLZ_PR are the fields.

Former Member
0 Kudos

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

0 Kudos

Hi,

The Exit is SAPMF40S.

Search 'call customer' in pgm SAPMF40S.

Here you can implement the exit.

Cheers

Senthil