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

Program change

Former Member
0 Likes
686

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
643

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.

4 REPLIES 4
Read only

Former Member
0 Likes
643

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

Read only

Former Member
0 Likes
643

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

Read only

Former Member
0 Likes
644

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.

Read only

Former Member
0 Likes
643

Hi

In this case, If there’s more than one installation per each contract account, then this record should be highlighted for exception handling. how to do this?

Pls help me