Application Development and Automation 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: 
Read only

Implementing EXIT_SAPMF40S_001

Former Member
0 Likes
1,167

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
Read only

Former Member
0 Likes
1,083

Hi,

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

Read only

0 Likes
1,083

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

Read only

0 Likes
1,083

Can you paste your code here ?

Read only

0 Likes
1,083

Check if you are populating the entries in correct table.

Read only

0 Likes
1,083

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

Read only

Former Member
0 Likes
1,083

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

Read only

0 Likes
1,083

Hi,

The Exit is SAPMF40S.

Search 'call customer' in pgm SAPMF40S.

Here you can implement the exit.

Cheers

Senthil