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

sap-abap

Former Member
0 Likes
744

what is defining database in report statement?

what is defining database in report statement?

6 REPLIES 6
Read only

Former Member
0 Likes
724

Hi geetha

could you explain ur question little bit clear?

regards

karthik

Read only

Former Member
0 Likes
724

Hi,

i think u r doubt is use of Tables in report,

report zxyz.

tables : mara.

By using tables statement in report it creates default work area in program.

Read only

Former Member
0 Likes
724

can u tell me how to add just 2 fields to sap-scripts with example(sales) plz?

Read only

0 Likes
724

HI Geeta

You need to copy the script into Zscript, if it is standard, once you copy the

script you can play with that what ever the way you want.

Go to SE71->Utilitities>Copy From the Client--> provide the name of the form name which form

you want to copy and the client name where it exists (for standard forms client is 000), and provide the name for new form. Hence it is ready for you in the system, you can go to change mode and can do

what ever the changes you want.

Regards

Praveen

Read only

Former Member
0 Likes
724

Hi,

You will get lot of information of this kind from:

http://www.sourceveda.com/

Read only

Former Member
0 Likes
724

In ur program if u r declearing a variable or a intretnal table field with LIKE statement,

then from which table u r using that fields u have to mention in the begining of the report.


Tables : MARA, BSEG.
Table : ZTABLE.

If U r using TYPE statement ( data element ) instead of LIKE u can use it without declearing TABLE statement.

Regards.