`
文章列表
There is a system variable SY-DATAR. If any value is changed in the screen it will have 'X'.Otherwise it will be initial. SY-DATAR is to be used along with a flag. In PAI set flag using SY-DATAR. ie if sy-datar is not initial. flag = 1. endif. Now in Module exit_command.. if sy-datar is initial ...
1. Goto-> Attributes->Pushbutton assignment 2. select 'Display All' for inactive function
*Begin-Auto triggers ENTER command     CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE'        EXPORTING             functioncode           = 'ENTER'        EXCEPTIONS             function_not_supported = 1             OTHERS                    = 2. *End-Auto triggers ENTER command Similarly we ca ...
You may have a look at class CL_OO_CLASS (method GET_SUBCLASSES). It may be necessary to call this method recursively. refer: http://scn.sap.com/thread/1437718
Please, goto transaction SE09, select your task and follow the menu path Utilities->Reorganize->Reassign Task
Example from a PI 7.10 system: SAP_XIESR 1000.7.10.7.14.20090525090100 1000 - not relevant 7.10 - this is the NetWeaver release of the PI system 7    - this is the SP version of the system 14   - this is the patch level of the SAP_XIESR component 20090525090100 - this is the date/time of the patch re ...
FM: SD_WF_ORDER_DEL_BILLING_BLOCK
FM: SD_WF_ORDER_DEL_BILLING_BLOCK
Implement Note: 692034 The note can only be imported via Support Package. The following changes were made: 1.Generation of the Message Interfaces ProductCategoryHierarchySetIn and ProductCategoryHierarchySetOut (Transaction SPROXY). 2.BADI-Definition COM_CAT_PROXYCONTROL. 3.Inbound and outbound of t ...
Assign role SAP_XI_CONFIG_FILE_OS_CMD_J2EE to the user
You can download the PI secure connectivity add on 1.0 at http://service.sap.com/swdc > Installation and Upgrades > Browse our Download Catalog > SAP NetWeaver and complementary products > PI SFTP PGP ADDON > PI SFTP PGP ADDON 1.0 You can download SP1,corresponding patches for SP0 and ...
Open the browser and enter: http://<host>:<port>/rep/support/public/LockAdminService And press remove locked objects button
Open the browser and enter: http://<host>:<port>/rep/support/public/LockAdminService And press remove locked objects button
Q: create New Sales Order using BAPI: BAPI_SALESORDER_CREATEFROMDAT2, but get the error message:Unpermitted combination of business object BUS2032 and sales doc. category H. A:This is a shortcoming of this BAPI. If you look into the coding you will see that it call SD_SALESORDER_CREATE with restrict ...
    CALL FUNCTION 'RSRA_USERS_OF_AGR_GET'       EXPORTING         i_agr_name            = role       TABLES         activity_groups_users = lt_agr_users       EXCEPTIONS         no_user_available     = 1         OTHERS                = 2.
Global site tag (gtag.js) - Google Analytics