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

Table ctrl issue

Former Member
0 Likes
580

Hi,

I've to upload data from a flat file into XK01 application so that there're around 1000 records to get uploaded.

Could any post solution for how to deal with the Table Control in XK01 regarding the uploading logic.

Thanks,

Reshmi G.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
559

hi....

you can go in following way.

1) enter a ine item ( whether you are doing it programatically or recording)

2) go for incrementing the line.

3) enter another line item.

4) again increment the line.

repeat the steps.

for first line item you willnot find the difference. but for next line items you will always get table control value as (02).

this is the way which has solved all my issue of TABLE CONTROL.

regards

3 REPLIES 3
Read only

Former Member
0 Likes
559

Hi,

Use:

OKCODE = P++ .>>>> to do a page down.

Put it in Condition.

Set a counter.Every time you enter data into each lie increment the counter.

Say after 5 times.

DO a page dowm(OKCODE = P++) and Initialize the counter

Regards,

Gurpreet

Read only

Former Member
0 Likes
560

hi....

you can go in following way.

1) enter a ine item ( whether you are doing it programatically or recording)

2) go for incrementing the line.

3) enter another line item.

4) again increment the line.

repeat the steps.

for first line item you willnot find the difference. but for next line items you will always get table control value as (02).

this is the way which has solved all my issue of TABLE CONTROL.

regards

Read only

Former Member
0 Likes
559

Hi,

Why dont you use BAPI 'BAPI_VENDOR_CREATE'

Its working.

Thanks,

Krishna..