real time report in material management and sales and
distribution with codes
Answer Posted / nitin
go to tcode spro.
path--environment-general report selection-then
expand respective module node for getting reports
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between tables and structures?
Is a logical database a requirement/must to write an abap/4 query?
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
Define batch input session?
Does sap handle multiple currencies?
What are the disadvantages of logical databases?
What are screen painter and menu painter? : abap hr
What are the different software packets available in the market? : sap abap hr
How can we create callable modules of program code within one abap/4 program? : abap modularization
How do you convert non-char field into char type fields ?
what are the important fields while preparing sales order,inquiry?
What is system-land-scape of your project?
What are base tables of an aggregate object? : abap data dictionary
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?