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

Few questions...

Former Member
0 Likes
641

1. ABAP programs can access local files on which type of server ?

2. Business object type for purchase order ?

3. What is the Pre-requisite to nest internal tables ?

4. What are the different ways of passing the data between the lists ?

Please find time to answer my questions. Rewarding points will be my pleasure.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
580

hi,

1) both in appl and in presentation

3)table should be without header line(not sure though)

4)using memory(between reports)n hide(between lists)

ravi

Message was edited by:

ravi r

1. ABAP programs can access local files on which type of server ?

2. Business object type for purchase order ?

3. What is the Pre-requisite to nest internal tables ?

4. What are the different ways of passing the data between the lists ?

Please find time to answer my questions. Rewarding points will be my pleasure.

3 REPLIES 3
Read only

Former Member
0 Likes
581

hi,

1) both in appl and in presentation

3)table should be without header line(not sure though)

4)using memory(between reports)n hide(between lists)

ravi

Message was edited by:

ravi r

Read only

Former Member
0 Likes
580

Hi,

1)Application and Presentation server

3)Table should be without header line

4)Hide and Read line

Regards,

Read only

Former Member
0 Likes
580

Hi

1) Can access from Presentation server and Application server.

if presentation server then can use 'gui_upload'.

if application server then put into internal table n then from internal table to DATASET(Sequential file) using 'loop into it and transfer it to dataset'.

2) Plz b more elobarate on this ,i didnt get wat u mean.

3) Use with Work Area concept ,as mentioned by previous people.

4) Using SAP Memory and ABAP Memory.

SAP Memory - Set Parameter n Get Parameter

ABAP Memory - Export n Import