Application Development 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: 

Transport table entries

Former Member
0 Kudos

Hi all,

i have to transport table entries from a table in WDA. i want the same functionality like, on click it ask to save the entries in transport request and let the user to create a new transport request and allow him to save the entries in the transport request

yogesh.

4 REPLIES 4

Former Member
0 Kudos

If table delivery class is C then automatically it will show pop-up screen to enter transport request number, since this is standard table you can not change delivery class. So i dont think you will have option to get pop-up screen.

http://help.sap.com/saphelp_nw04s/helpdata/en/43/45860774b711d2959700a0c929b3c3/content.htm

Thanks

Satyasuresh Donepudi

Former Member
0 Kudos

HI,

To create entries in table use this following steps

Please go to SE16N,

Give the table name

Press Enter

In the transaction code bar enter '&SAP_EDIT' and press enter.

SAP editing function is activated.

now click on execute.

The table will open in EDIT mode. But, please make sure that you are editing correctly the totals.

1. Use SE09 to

Either create a new workbench request

or goto the old request (Objects Tab)

2. Press Edit button

3. Enter the following in the row:

Prog Id = R3TR

Obj Type = TABU

Obj Name = MyTableName

Then Press ENTER

4. A Key Button will come on the Right column.

Press it. A New screen will come.

5. In table name enter : MyTableName

In Table Keys enter : KeyFields*

Save the request and transport.

Hope it helps.

Regards

Hiren K.Chitalia

GauthamV
Active Contributor
0 Kudos

Plz SEARCH in SCN before posting.

Former Member
0 Kudos

i want this functionality in webdynpro abap application, where i bind a table to some values and now i want to transport the entries in a request

i checked WDR_TEST_DEV_OBJ_ASSIST component, and tested the application, but after entering the value it is showing me error message