‎2008 Feb 18 7:08 AM
Hi All
I need to change the upload program.
My requirement is :
currently my text file having BUKRS ,OPBEL,AB,BIS,TARIFTYP,ARIFART,AKLASSE these fields. Now it's changed to OPBEL,BUDAT,BUKRS,ANLAGE.
I am new to ABAP.pls help me to do this.
Points will be reward
‎2008 Feb 18 7:16 AM
Hi Kumar
U have to change the field in Text file , it is not an issue anyway.
I hope ur current program is using Function module to upload the data from text file into internal table.
U havae to just chnage the internal table structure , remove those fields from internal table which are not required right now.
Rewards point if helpful.
If u have further any issue feel free to ask.
‎2008 Feb 18 7:14 AM
Hi
Since the fields have been changed in ur text file, u need to change ur internal table fields too according to the text file input and then upload it using FM 'GUI_UPLOAD'.
Reward points if found useful.
Thanks
Vasudha
‎2008 Feb 18 7:14 AM
Hi
Change your code.
You must change the field name and type in your code.
ex : begin of itab occurs 0,
OPBEL,
BUDAT,
BUKRS,
ANLAGE,
end of itab.
Regards
Prajwal. K
‎2008 Feb 18 7:16 AM
Hi Kumar
U have to change the field in Text file , it is not an issue anyway.
I hope ur current program is using Function module to upload the data from text file into internal table.
U havae to just chnage the internal table structure , remove those fields from internal table which are not required right now.
Rewards point if helpful.
If u have further any issue feel free to ask.
‎2008 Feb 18 7:53 AM
Hi
In this case, If theres more than one installation per each contract account, then this record should be highlighted for exception handling. how to do this?
Pls help me