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

ABAP queries

Former Member
0 Likes
652

Hi Friends,

Can any body tell me the answers to the following queries?

Your help is highly appreciated.

Thanx in Advance.

1.These is one Standard program to transfer the sap-script from one system to another. What is that program?

2.What is the difference between Repair and Correction ?

3.Difference between Read and Get cursor ?

4.Wat is the purpose of Table-Maintenance Generator ?

what is the difference between One-step and Two-step in Table-Maintenance Generator ?

5. Suppose a Database Table Contains say 20 thousand Records and Wat is the Best way to get them all to a Internal Table.?

6. how to upload rtf figures in SAPSCRIPTS ?

Hi Friends,

Can any body tell me the answers to the following queries?

Your help is highly appreciated.

Thanx in Advance.

1.These is one Standard program to transfer the sap-script from one system to another. What is that program?

2.What is the difference between Repair and Correction ?

3.Difference between Read and Get cursor ?

4.Wat is the purpose of Table-Maintenance Generator ?

what is the difference between One-step and Two-step in Table-Maintenance Generator ?

5. Suppose a Database Table Contains say 20 thousand Records and Wat is the Best way to get them all to a Internal Table.?

6. how to upload rtf figures in SAPSCRIPTS ?

4 REPLIES 4
Read only

Former Member
0 Likes
620

The purpose of table maintenance generator is to create, edit and maintain the table entries.

The best way to get a large table to the internal table is to use,

select * from ztable into table itab where [condition]

Read only

Former Member
0 Likes
620

1.)

RSTXSCRP

SAPscript Export to Dataset / SAPscript Import from Dataset (Upload and download SAPScript layout sets)

3.) READ is used to explictly read the data from the selected lines.

Get cursor field is used retrieve the field value and get CUrsor line is used to retrive the line

5.) RSTXLDMC to upload figures

Message was edited by: Harikishore Sreenivasulu

Message was edited by: Harikishore Sreenivasulu

Read only

Former Member
0 Likes
620

Transaction SE74 can be used to upload RTFs in SAPScript.

Read only

Former Member
0 Likes
620

Hi Jak,

I guess all ur questions are answered except 2.

Ans2. Well a correction is a change done to a original SAP object, while a repair is done to a duplicate SAP objects. (I hope its not vice vers, I am bit confused wid that : ) )

Lets take an example. All the object on a customer system are duplicate object since they are all copy of Original SAP object. So if u make a modification to an existing SAP object at a customer system it comes under the category of Repair i.e all customer modifications of SAP standard objects are repairs.

While if SAP makes changes to its original object it comes under Corrections. i.e all support packages / Notes comes wid correction requests.

Now what if a customer has its own object changed .. .then it wil come under the cateogry of correction and not repair.

Now the trick is which system Dev , Test , Prod ...

well ofcourse Development .. since your test and production system contains a copy of the objects in Development system. : )

hope this help .... but please verify the answer I may not be 100 percent correct.

regards,

Sumeet Mishra