Posts

Showing posts from February, 2014

Adding multiple printers to a single transport requeset

If you wish to include the printer devices into one transport request: Create a new transport request. Double click on the transport request and go to objects tab. Change to edit mode and then enter the following values to the below fields Project ID: R3TR Object Type: SPDV Object Name: <Printer name> After you have added all the printers that you wanted to include, save the changes and release the transport.

Fixing Inconsistent Table - Table activation fails due to inconsistency between DD and DB

If you find a table to be available on the database, but not active in ABAP dictionary, try calling SE14 as DDIC user, enter the table name and choose Table > Reconstruct, Execute. If this method fails follow these steps: Call transaction code SE37 and execute the function module  DD_TABL_ACTM with single test On the next screen, do not change any other field except the following and set them as shown below: MODE: 12 NTAB_PUTSTATE: N TABNAME: <enter the correct table name> Click on Execute The export parameter ACT_RESULT should show 0. To verify if the inconsistency is fixed, call transaction SE14 > Extras > Database Object > Check and  SE14 > Extras > Runtime object > Check.