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

BDC QUERY

Former Member
0 Likes
283

Hello Friends,

I wanna upload some data using call transaction method in the following circumstances....

My table is having 3 columns and in the first column there are 5 entries and in second column there is 2 entry and in 3rd column there is one entry.

Now i wanna put the values in the following co ordinates-(row , column) (3,2) ,(4,2),(5,2) ,(2,3) ,(3,3) ,(4,3),(5,3).

Rewards guaranteed.

Thanks in advance...

Sunny

1 REPLY 1
Read only

Former Member
0 Likes
261

Hi Sunny,

Use SET CURSOR command to set the postions for Dialog Programming.

Reward if useful.