This is an important thinking point, for every TCODE in SAP, it's a collection of multiple functions /tables/views. Which should be packaged in a package. In the package, there is multiple DB, from the DB description, you can know COMC_SETTYPE is the admin table which include all in...
SAP Managed Tags: ABAP Development Hi abapers: I am facing a problem. I want to know the table name for set data are stored (T-code: GS03). My FICO consultant has created a set ZBank and entered some data. I want to know in which table the data is stored. Your help would be...
SAP Managed Tags: ABAP Development Hi Darrell, The parameters of user profile stored in dbtable USR05, you can search it out by user name. REPORT zmb51_report. (TCODE: ZMB51). PARAMETERS: p_material TYPE matnr MEMORY ID 'MAT'. INITIALIZATION. SELECT * INTO TABLE it_param FROM ZMB51...
Suplr Settlmt Company Code. Maximum length: 4. suplrTotEligibleAmtForCshDisc suplrTotEligibleAmtForCshDisc: BigNumber Implementation of SetlDocType.suplrTotEligibleAmtForCshDisc Defined in packages/vdm-op/settlement-document-service/SetlDoc.ts:218 Suplr Tot Eligible Amt For ...
凭证(Tcode)跳转(SET PARAMETER ID) ALV报表程序中经常会要求点击凭证号码跳转到相关凭证界面中,比如点击销售订单号码,跳转到VA03中,并且在va03的首屏幕输入被点击的销售订单号码作为默认值。 这个默认值的赋值可以通过set parameter ID来实现,语法如下: SET PARAMETER ID pid FIELD dobj....
Azure Site Recovery provides three built-in RBAC roles to control Site Recovery management operations.Site Recovery Contributor - This role has all permissions required to manage Azure Site Recovery operations in a Recovery Services vault. A user with...
When performing a migration of an existing SAP VM to flexible scale set with FD=1 in an Azure region with zones, the migrated VM will always be a zonal VM. Target VM couldn’t be a regional VM. New:Current version of cmdlet works withPremium v2managed d...
Prerequisite: for the highlighted three objects below, the initial download for them must be done successfully. This could be checked in tcode R3AM1. (1) in MM02, view classification, assign class 023 - Batch to material In this example, batch id: 023_03 ...
I couldn't find an user exit for checking functional location value in notification. How can I set functional location value to obligatory? Thanks Mehmet Know the answer? Help others by sharing your knowledge. Answer Need more details? Request clarification before answering. Comment Show replies ...
SAP Managed Tags: ABAP Development Hi.. To create Menubar, Toolbars and Title bar : Goto Tcode SE41. Enter the program name , GUI status name and create it. You can call them IN program using : SET PF-STATUS 'ABC' . "For GUI status i.e Menu bar, App toolbar SET TITLEBAR ...