‎2009 Feb 27 8:24 AM
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.
‎2009 Feb 27 11:35 AM
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
‎2009 Feb 27 8:56 AM
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
‎2009 Feb 27 11:35 AM
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
‎2009 Mar 02 4:15 AM
Hi,
Why dont you use BAPI 'BAPI_VENDOR_CREATE'
Its working.
Thanks,
Krishna..