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

Csv export code modification

Former Member
0 Likes
321

Hi Guys,

Below you find some ABAP code that will get a lot of product and price information. A csv file is then created and put in a folder.

The program exports csv columns like this: ProductID;ProductName;PurchasePrice;Price;PriceVAT;Category;Brand;EAN

The only thing I would want is to adjust the code so that it does exactly the same, but only exports three columns: ProductID;PriceVAT;Stock

I would guess that it's not a very big modification, but my knowledge of ABAP is very low. So I hope you guys can help me out here

Here's the code: [catalog_abap_code|http://www.storylinedesign.be/catalog_abap_code.txt]

Cheers,

Jimmy

1 REPLY 1
Read only

Former Member
0 Likes
291

anyone?