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

Standard BAPIs

Former Member
0 Likes
740

Hello Experts,

Are there any standard BAPIs correspoding to Tx: /VIRSA/ZVRAT and /VIRSA/VFAT and SUIM. Any pointers will be highly appreciated.

Best regards..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
706

Dear Balakrishnan,

There are no standard BAPIs.

Those transactions use many reports, IViews, Methods, and FMs.

Regards,

Naveen

Hello Experts,

Are there any standard BAPIs correspoding to Tx: /VIRSA/ZVRAT and /VIRSA/VFAT and SUIM. Any pointers will be highly appreciated.

Best regards..

5 REPLIES 5
Read only

Former Member
0 Likes
707

Dear Balakrishnan,

There are no standard BAPIs.

Those transactions use many reports, IViews, Methods, and FMs.

Regards,

Naveen

Read only

0 Likes
706

Thanks for the pointer. However, I would like to know how then I would be able to do the SOD check from an external application?. I have a scenario where in based on certain constraints, my application (written as a stateless session bean) has to trigger a SOD check simulation and generate a report on top of the SOD check results. If there are no standard BAPIs, then what could be the possible ways by which this integration could be done?? Are there any other services for this..? May be a webservice?

Any pointers will be highly appreciated.

Thanks again..

Read only

0 Likes
706

Dear BalaKrishnan,

Go through below FMs for SOD analysis:

/VIRSA/RT_SOD_ANALYSIS

/VIRSA/RT_TCODE_VIOLATION_REP

BAPIs for Compliance Calibrator:

/VIRSA/ZNW_BAPI_ROL_MIT_ANL

/VIRSA/ZNW_BAPI_ROL_OBJ_ANL

/VIRSA/ZNW_BAPI_ROL_TCD_ANL

FM for Firefighter:

/VIRSA/FF_GET_CHANGE_RECORD

Regards,

Naveen

Read only

0 Likes
706

Thanks Navin for the quick details.. I'll check it out and revert back..

Read only

Former Member
0 Likes
706

Used the details provide by Naveen along with a custom wrapper service.