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

BAPI Testing

Former Member
0 Likes
698

Hello All,

How to test a BAPI?

How to write a script in Command Editor?

Thanks and regards,

SampathKumar.

4 REPLIES 4
Read only

Former Member
0 Likes
654

Hi Sampath,

A function module or a bapi can be tested using the eCATT command FUN.

Please refer the below link for the same:

Link: [http://help.sap.com/saphelp_nw2004s/helpdata/en/fb/c7433ffb8b1f07e10000000a114084/frameset.htm]

And you create a test script by using various eCATT commands available. You can select them using the 'Pattern' button.

Folowing links can guide how to create test scripts using TCD and SAPGUI modes:

Link: [https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3418] [original link is broken] [original link is broken] [original link is broken];

Link: [https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3464] [original link is broken] [original link is broken] [original link is broken];

Regards

Kalyani

Read only

Former Member
Read only

Former Member
0 Likes
654

Hello,

If your BAPI is a function module then you can automate and test using SE38 transaction.

Thanks & Best regards,

Ajay

Read only

Former Member
0 Likes
654

Thank You all. Got it resolved.