Skip to Content
0
Former Member
May 13, 2010 at 06:03 PM

Outbound file interface in CSV format ( ABAP OO )

289 Views

Hello folks,

I am new to the OO ABAP and trying to write outbound interface for couple of HCM tables. It is the piece of cake for me if I do it in regular ABAP but I choose the to it hard way because I want to do it in OO ABAP. I have read several post from Narish . They were great.

Letu2019s get the point , how I will go off writing an outbound interface ..

I have looked the class CL_RSAN_UT_APPSERV_FILE_WRITER and its methods

APPSERVER_FILE_WRITE

CONSTRUCTOR

FREE

OPEN

CLOSE

WRITE

But it seems like I canu2019t use my internal table because u201CI_DATA_TABu201D type in method APPSERVER_FILE_WRITE.

Any help will be appreciated.

Thanks,

UA