RENAME TABLE "SAPABAP1"."DEMO" To "AYAM_PENYET"; Statement 'Rename Table "SAPABAP1"."DEMO" To "AYAM_PENYET"' successfully executed in 59 ms 722 µs (server processing time: 4 ms 207 µs) - Rows Affected: 0
This Blog explains how to rename an SAP system usingsoftware provisioning manager 1.0.Which is the successor of the product- and release-specific delivery of provisioning tools, such as SAPinst and part of the Software Logistics Toolset . for more information checkSAP NOTE 1680045 It is valid for...
How to Create user-specific selection variable in variants? Former Member 2012 May 31 2:33 PM 0 Kudos 4,908 SAP Managed Tags ABAP Development hi, With the help of this link http://help.sap.com/SAPHELP_NW04s/helpdata/EN/c0/980398e58611d194cc00a0c94260a5/frameset.htm I...
table on SAP. * Note on running DOS commands from ABAP * The first time this procedure is executed you will see a DOS window which you will have to close manually. To get round this use windows explorer to select the file ABAP.BAT and then right mouse click on the file name. Select...
SAP Managed Tags: ABAP Development Hi, I worked with an Incremental Conversions in SE14 to convert a table, and an error is accured. So I am getting this message " <tablename> is locked because a restart log exists" when I want to fix this error in SE11. How can I fix the pr...
include can be enhanced using ABAP coding to fetch the data from the DSO we loaded earlier. The most important table in this exit is table C_T_HIENODE which should be filled with the actual hierarchy data. This table has the type RSAP_T_HIENODE which is defined like the structure ...
is 9), then an info icon in the value table header appears, and below the last visible value there is a link "More lines" which can be clicked to retrieve another package. Using the column header menus, it is also possible to sort the values or counters, or to start a filter dialog...
SAP Managed Tags ABAP Development hi every one , This is Abdul Rahman , i want to know how i should modify Standard SAP Scripts like RVORDER01 or MEDRUCK SCRIPTS ,i want to know whole process . and how to Run the Script . plz any kindly send some good DOC or web pages which...
0 Kudos 3,029 SAP Managed Tags ABAP Development Hi Experts, I have put an object in a package 'A'. Now i want to save it as a local object,not as a package. Is it possible???Reply 1 ACCEPTED SOLUTION Former Member 2007 Apr 27 8:48 AM 0 Kudos 1,959 SAP Managed ...
doesn't we need to Code ABAP in Badi ? if Yes can I have a sample code ? if Not so we can just put Destination_App = 'Finances' , Add_Dim, Skip_Dim and Rename_Dim in logic script then the program will automatically push the data ? if Yes so what is the different using b...