Application Development 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: 

No output in LDB

Former Member
0 Kudos

Hi experts,

I'm a beginner in ABAP. Looks like theres something missing in what i did.

I tried to make a Logical database after reading the help. When I run the program, my output is just '#####'' for the write statement.

what I did ??

- I created the LDB with structure.

*scarr

*spfli

- I made selections for selection fields in the include prog.

- Generated the SAP<ldbname> program using the selections.

- Saved the LDB.

- Attached te ldb in the program attributes.

- se38

nodes: scarr,spfli.

start-of-selection.

get scarr.

write: / scarr-carrid.

end-of-selection.

- F8 => gives the selection screen. entered the criteria here-

F8=> gives '######' in a single line for the write stmt.

-


Looks like there is a basic problem in the making. It might even be a basic point which I missed .

could someone find the problem????

Thanks in advance to you guys.

1 REPLY 1

Former Member
0 Kudos

hi..

Check ur tables wheather the data is there r not?

Regards,

swathi