Experience with ABAP and Unix files

Showing Answers 1 - 1 of 1 Answers

allada

  • Apr 3rd, 2007
 

after picking data from data base table ,transfer that data in into  unix path.

P_UPATH  is unix path.

LOOP AT IT_LOCL1.

   TRANSFER IT_LOCL1 TO P_UPATH.

 ENDLOOP.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions