ZLAN_ACC ABAP program management tool

ZLAN_ACC Instructions

Version v1.0

use

  • Backup program
  • Migration procedure
  • Share program
  • Find a program

Operating environment

Sap ecc 4.6 and above. Support migration between different sap versions, and migration between unicode and non-unicode systems.

There are still some bugs to be dealt with in non-unicode systems. It is recommended to import files instead of the cloud.

The machine needs to be able to access the external network during installation (try http://47.104.139.116:8080/ can it be opened).

 

installation

Se38, enter the program name'ZLAN_ACC' (note that the program name is required), click Create, enter the title at will, select "executable program" for the program type, and click the save button.

 

Pop-up box to select local objects

Ctrl + a Select to delete all automatically generated codes in the editor

 

Paste the source code in the ABAP editor

Copy the installation code and  click to open the link

Click to activate, it may take tens of seconds to activate, wait patiently

Click Execute after successful activation

Waiting for the program to initialize, it can take up to ten seconds

Save as a local object in the pop-up box

After the program is initialized, click Execute again to run the program

use

registered

You only need to register users when you need to export the code to the cloud and manage your own code.

Click the register button.

Enter the user name, password, mobile phone number, and email address. There is no password retrieval function, find a place to write down your password.

 

Click Execute to return to the successful registration

Inquire

Query the program resource library from the cloud. You can enter * for fuzzy query.

Double-click a row of the query list to query the details of the resource.

You can select multiple lines to delete, provided that the user name and correct password are entered on the selection screen.

View code

Double-click the icon to view the code of the program and function. At this time, no program object is generated and the program cannot be executed.

 

Generate object

Click the Generate Object button on the resource detail interface to automatically generate all the objects in the resource library.

The W warning indicates that an object with the same name is detected in the system, and it will be overwritten directly if the generated object is executed.

Note: The text pool, status bar, and screen are not checked for duplication. They belong to the current program by default, and the entire program will be generated directly when the object is generated.

You can check to generate only part of the object.

Rename only supports functions, tables and transaction codes

Function renaming: functions can be renamed, and the function group assigned by the function can be changed

Export

Enter the program name, resource library name (optional, if you do not enter the default program name), description (optional, do not enter the program description automatically), tags (optional, multiple tags are separated), url ( Optional, the url that describes the program in detail), user name (required when exporting to the cloud, not when exporting the file), password (required when exporting to the cloud, and not when exporting the file).

The self-built ones will be automatically exported according to the entered program:

  1. Program code: the submit and call transaction programs in the code will not be exported
  2. Text pool
  3. Status Bar
  4. screen
  5. area
  6. Data element, table type
  7. Table Structure
  8. Lock object
  9. Function: as well as the function called in the function, support the export of multi-call functions
  10. Function group: Only export the function group according to the function that needs to be exported, and will not export all the functions under the entire function group
  11. Number range object + number range
  12. Tcode

Note:

In theory, all the above objects referenced in the program should be retrieved, and no program bug is found.

If you export the objects separately, you can create a new program, such as ZLAN_LIST, write the following code in the program to manually reference [13] the object to be exported, such as:

*DATA IN_TAB TYPE STANDARD TABLE OF ZTSRM_CS_COMP.

call function 'ZMM_IF_CS_COMP'.

Import

Local: select file to import.

Cloud:

Select a resource to import after querying from the cloud;

Enter the resource object ID to import directly;

Enter the resource library name and user name, and import the latest version.

Update

Enter the resource library name ZLAN_ACC, the user name is lazy, and execute the query

Select the version in the query list and generate the object

Remarks

Bug

1. Class will be treated as a data element---this problem is handled, the class can be exported and imported, but the activation of the class has not been processed, and the dependent objects referenced in the class have not been processed.

2. In non-unicode systems, various bugs will appear due to garbled characters when entering Chinese on the selection screen

3. There is no export search help, if there is search help in the data element, an error will be activated

4. Report this error (this is not a bug)

 

Solve as follows:

Create documentation of <object name> in SE61:

Choose Document Class: RE(Report, Function Group, Logical DB)

and language: English

https://archive.sap.com/image/673626

Click in "Create", then activate the documentation.

Now, just try executing the program again.

 

 

 

 

 

Guess you like

Origin blog.csdn.net/cylcylcylcylwo/article/details/80146608