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

Variant for BAPI

Former Member
0 Likes
2,487

HI ALL,

My requirement is to save data into tables of BAPI_BUSPROCESSND_CREATEMULTI.

So that whenever i execute this BAPI, i want it to be executed with those saved values....

In short i wanna create variant for the Function module or BAPI...

How do i proceed for the same

Please reply...

points wil be rewarded.

Thanks in advance,

Amruta.

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
1,309

hi,

whnevr u r executing (bapi) function module with some text data, u can save it, the saved data is stored in test data directory tab in selection screen .check it.

reward points if hlpful.

Read only

Former Member
0 Likes
1,309

Hi,

Enter all your values for a particular BAPI or function module.Before executing the BAPI or FM, click the save button. You data gets saved. You could then view this by clicking on Test Data Directory and execute it all over again using the same data.

Thanks

Nayan.

Read only

Former Member
0 Likes
1,309

Hi,

I guess function module RS_VARIANT_VALUES_TECH_DATA will do the job for you.

Regards,

Raj.