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

Some questions

Former Member
0 Likes
501

Hi to all

Plz tell me

1 . Different type of change request and how these requests are handled by

ABAP programmer .

2 . What is work request .

3 . What is ABAP dictionary generator.

4. What is the purpose of table maintenance.

5. How to transfer smart forms.

6. As scripts are client dependent then how to transfer from one client to another .

7. If a table with max no of records . I want to transfer some recors to production , some of them to quality.

How it is possible.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
480

1. workbench and customiztion.

2. make it clear.

3 & 4 i am also waiting for the answers

5. u can down load the smartform , SMARTFORM(enter the form name) -> UTILITIES ->DOWNLOAD_FORM

6. SE71 ->UTILITIES ->COPY FROM CLIENT. metion the client.

7. you should not do, i hope u cant also.

regards

prabhu

reward if it is helpful

Hi to all

Plz tell me

1 . Different type of change request and how these requests are handled by

ABAP programmer .

2 . What is work request .

3 . What is ABAP dictionary generator.

4. What is the purpose of table maintenance.

5. How to transfer smart forms.

6. As scripts are client dependent then how to transfer from one client to another .

7. If a table with max no of records . I want to transfer some recors to production , some of them to quality.

How it is possible.

2 REPLIES 2
Read only

Former Member
0 Likes
481

1. workbench and customiztion.

2. make it clear.

3 & 4 i am also waiting for the answers

5. u can down load the smartform , SMARTFORM(enter the form name) -> UTILITIES ->DOWNLOAD_FORM

6. SE71 ->UTILITIES ->COPY FROM CLIENT. metion the client.

7. you should not do, i hope u cant also.

regards

prabhu

reward if it is helpful

Read only

Former Member
0 Likes
480

Hi,

> 1 . Different type of change request and how these requests are handled by BAP >programmer .

There are customizing requests and workbench requests. Whenever a consultant saves any data in IMG (customization) or maintains table entries for customization customizing request is generated.

Most of the customization requests are client dependent.

Work bench request is generated for custom programs (Reports, screens, fm's, tables, classes, bdc's etc.)

Workbench requests are across the clients except for SAP Scripts.

> 2 . What is work request .

I hope you are asking about workbench request. It is same as explained above. Whenver you create a custom program you would need to assign it a request so that you could transport it to QA / DEV.

> 3 . What is ABAP dictionary generator.

I hope you are asking about table maintainance generator of ABAP Dictionary. It is used for generating maintenance view.

> 4. What is the purpose of table maintenance.

For some of the customization which are not maintained in SPRO, SAP has provided a provision for maintaining table entries directly by table maintenance.

However, you can also generate a table maintainance for custom tables by choosing option 'Delivery/Maintenance allowed' in technical settings.

> 5. How to transfer smart forms.

You can transport a smartform with the corresponding change request. However you can also download them.

> 6. As scripts are client dependent then how to transfer from one client to another .

SE71 -> enter the script name -> Utilities -> copy from client -> specify source client, script, you would have option to copy in only logon language or all the languages.

> 7. If a table with max no of records . I want to transfer some recors to production , >some of them to quality. How it is possible.

Note that you would not transfer master and transaction data either to quality or production. You would create the data in the specific servers in question. You would only transport customization data and your custom programs.

Hope this will help.

Regards,

Srilatha.