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

SE91 Request

Former Member
0 Likes
1,800

I have translated message type <xx> text number <nn>...It has not created request, now I want to create request so that I can move to other systems. How can this be achieved.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,100

1. Go to Transaction: SE10.

2. Create a new workbench request by using key F6.

3. Double on the newly created request

4. Add a new entry: R3TR,TABU,<table> for Program Id, Object Type and Object Name Respectively.

<table> being the table name for which the contents are to be transported.

5. Click on Function icon next to table name.

6. Click the contents from the icons in next screen.

7. Select entire table.

8. In next screen we can select required entries to be transported.

9. Come back and save.

10. Now release the request and transport to the required server.

4 REPLIES 4
Read only

Former Member
0 Likes
1,100

Hi,

Go to menu Environment->Transport Organizer and create new request.

Thanks,

Tuhin

Read only

Former Member
0 Likes
1,101

1. Go to Transaction: SE10.

2. Create a new workbench request by using key F6.

3. Double on the newly created request

4. Add a new entry: R3TR,TABU,<table> for Program Id, Object Type and Object Name Respectively.

<table> being the table name for which the contents are to be transported.

5. Click on Function icon next to table name.

6. Click the contents from the icons in next screen.

7. Select entire table.

8. In next screen we can select required entries to be transported.

9. Come back and save.

10. Now release the request and transport to the required server.

Read only

Former Member
0 Likes
1,100

hi

good

Starting the Message Maintenance Transaction

Using forward navigation from the ABAP Editor.

You can display the messages for your program from the ABAP Editor by choosing Goto ® Messages. The Maintain Messages screen appears. By default, the system display the message class linked to the current program.

You can also enter Transaction SE91.

If you choose Goto ® Messages from the ABAP Editor and your program does not have a defined message class, the system assumes you want to browse an existing class and prompts you for a message class ID.

go through this link

http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/5892c9b06311d2957b00a0c94260a5/content.htm

thanks

mrutyun^

Read only

ugurserli01
Explorer
0 Likes
1,100

1. Go to Transaction: SE10.

2. Create a new workbench request.

3. Double click on the newly created request

4. Add new entry:

program: LIMU / object type: MESS / object name: Zxx### (example: ZBC001)

5. Save, release and then transport.