Hi Experts,
I have a requirement in which I am uploading csv files in my abap program, the file has some text fields , for ex- supplier comment. records are separated by ||. user is writing comment in text field and pressing enter to write in new l...
1.png
Hello all. I have excel file with multiple tabs in it like these. So can anyone give me a program that can read this file in abap( maybe in two internal tables ).
This was my requirement:-
Material Group (10, 30) filtering with MARA joint for rational data exchange volume ? => within sub-group of material group
10 and 30, like 11,12, …= > Filter 1*, 3*
so i had to add filter expression on material group ...
This is my requirement:-
Material Group (10, 30) filtering with MARA joint for rational data exchange volume ? => within sub-group of material group
10 and 30, like 11,12, …= > Filter 1*, 3*
so i have to add filter expression on material group ...
Then I tried like thisDATA: ls_string TYPE string, lv_rec TYPE i, gv_rec TYPE i VALUE 0. FIELD-SYMBOLS: <fs_val> TYPE any. DATA: it_st TYPE STANDARD TABLE OF ts_data_tech, wa_st TYPE ts_data_tech. CALL FUNCTI...
actually file is like this..abc|| my first linemy second line || cdef|| ghi and so onthe records in internal table should be like..abc | my first line ##(crlf) my second line | cdef | ghi..earlier I wrote a code.. CALL FUNCTION 'SCMS_XSTRING_TO_BI...
I have used program given below and data is reading in two field symbols <gt_data_l> and <gt_data_h>.
*&---------------------------------------------------------------------**& Report ZAKT_MULTI_TAB2*&-------------------------------------------------...