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: 

Function Module - Import Parmeter F4 help & Authorization Checks IN Backend

Former Member
0 Kudos

Hi All,

I have two problems which the Function Module which I have created.

First is that with my Import Parameters, they dont have a F4 help.

When I try to test them, I want the F4 help for certain Import Parameters so only the right values are filled.

Is this Possible?

Second, in my FM, I am writing new records in the database with the Insert command.

They dont perform any authorization check and insert any record.

Can I do something about it

Looking forward to answers, Please ask for clarifications ..

Ankur

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

you can create your own F4 or Match code object in SE11 and then create one data element assign this 'match code onject' to that data element, use that data element as data type to your import parameter meter, in this way you can provide F4 functionality.

for authority check, first you have to check the data that you are inserting into the table, take the important values (for example company code) use the authority check object for that value, if you have authority insert the values otherwise don't insert.

Reward if useful.

Thanks,

Sreeram.

1 REPLY 1

Former Member
0 Kudos

Hi,

you can create your own F4 or Match code object in SE11 and then create one data element assign this 'match code onject' to that data element, use that data element as data type to your import parameter meter, in this way you can provide F4 functionality.

for authority check, first you have to check the data that you are inserting into the table, take the important values (for example company code) use the authority check object for that value, if you have authority insert the values otherwise don't insert.

Reward if useful.

Thanks,

Sreeram.