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

Regarding saving data in tcode KS01

former_member192432
Participant
0 Likes
737

Hi,

I am recording data in KS01 T code , but after entering all required fields and pressing enter button it is not saving , but it is saving only when i can press back button or ctrl+s. But when i execut thr BDC it is unable save automatically.

plz give me solution....

pts will be given for ur reply..

regards

chetan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
668

you might have to do a recording for the popup to save as well and add it to the code.

There is a bapi for this BAPI_COSTCENTER_CREATEMULTIPLE is have not yet looked into it.

4 REPLIES 4
Read only

Former Member
0 Likes
668

How you save while recording?same way should be in your BDC.

Read only

0 Likes
668

hi,

I am saving by by pressing back button , it will ask for save , but in bdc it is not possible by automatic,in bdc it is coming upto final page and not able to save.

regards

chetan

Read only

Former Member
0 Likes
669

you might have to do a recording for the popup to save as well and add it to the code.

There is a bapi for this BAPI_COSTCENTER_CREATEMULTIPLE is have not yet looked into it.

Read only

former_member192432
Participant
0 Likes
668

thanks for reply