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

Running Session

Former Member
0 Likes
515

Hi friends,

I am running a session.

But the thing is that our client want not to upload whole data.

But one particular record.

How can i do that.

Points will be awarded to every reponse.

Thanks and Regards,

ram.

3 REPLIES 3
Read only

Former Member
0 Likes
499

Hi,

If you want restrict the records , then its better to restrict in the program form where the session is getting created.

This is the best method.

Regards,

sasidhar

Read only

0 Likes
499

That session is created already.

What can i do now?

Read only

Former Member
0 Likes
499

Hi,

while creating the program instead of writing loop at itab.....endloop.u just read the record which ur client want to update into a work area.after reading that record place the perform statements,bdc_insert.

rgds,

bharat.