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

reg badi

Former Member
0 Likes
441

Hi,

i want to write a badi to validate a field which is not available in interface mathods parameter, due to which it is giving error, is there any method through which i can validate a field , which is not available in the inteface.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
423

Hi,

If that field is not in the parametrs of the Method,

first check whether it is possible to fetch that field with the help of the parametr that is there in the method.

Write a select for a table in which that field is there using the Parameter(field) that is present in the method of the BADI and validate it using the right table/right code.

regards,

Anji

Hi,

If that field is not in the parametrs of the Method,

first check whether it is possible to fetch that field with the help of the parametr that is there in the method.

Write a select for a table in which that field is there using the Parameter(field) that is present in the method of the BADI and validate it using the right table/right code.

regards,

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
424

Hi,

If that field is not in the parametrs of the Method,

first check whether it is possible to fetch that field with the help of the parametr that is there in the method.

Write a select for a table in which that field is there using the Parameter(field) that is present in the method of the BADI and validate it using the right table/right code.

regards,

Anji

Read only

Former Member
0 Likes
423

Venkat ,

i totally agreee with Anji , But make use in each and every Mode u will get the same values from table read.

i mean to say : some times u may not get some deetails when u are try to create a document. like that.

Regards

Prabhu