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

Urgent

Former Member
0 Likes
314

Hi,

I have following doubts,kindly reply.

1.How to validate data before using bapi?.

2.How can restrict my program to limited no of users?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
296

1.How to validate data before using bapi?.

Ans. Just pass the data to the BAPI and it will validate it self, you will get the results in the RETURN table.

2.How can restrict my program to limited no of users?

Ans. Using authorization objects, ask your basis consultant to make and authorization object or use an existing one if it matches your requirement and use an AUTHORITY_CHECK in the program.

reward points.

Hi,

I have following doubts,kindly reply.

1.How to validate data before using bapi?.

2.How can restrict my program to limited no of users?

Thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
297

1.How to validate data before using bapi?.

Ans. Just pass the data to the BAPI and it will validate it self, you will get the results in the RETURN table.

2.How can restrict my program to limited no of users?

Ans. Using authorization objects, ask your basis consultant to make and authorization object or use an existing one if it matches your requirement and use an AUTHORITY_CHECK in the program.

reward points.