An other important customization on above screen is, ABAP developers should add two new parameters namely UPDATE and VIEWNAME. The ViewName parameter defines the target ABAP table which will be maintained via SM30 using the new SAP transaction. The Update parameter provides the permission to edit ...
Append in a predefined list in firebase My DB structure looks like below : Now I want to add a new entry under transactionList. For ex : Now if smsFetchedData.transactionList has 2 entries, it's replacing the whole transactionList. What wou... ...
Permalink Print Report Inappropriate Content 2008 Oct 07 4:31 PM 0 Kudos 308 SAP Managed Tags: ABAP Development Hi, Does the TCODE call SM30 as a parameter transaction with UPDATE as 'X'. Also for all existing data key fields cannot be edited. Regards Stu Reply ...
此外,可用SE93为此创建一个独立的事物码,参见《为维护视图创建事物码(Transaction code)》。 为更加细化维护视图的数据,还可以通过设定不同的筛选条件,对其创建多个维护视图变量(Maintenance view variant),这样用SM30维护不同的视图变量以达到特定化维护的目的,相关参见《自定义维护视图变量(Maintenance view variant)》...
*& Transaction : ZTEST1 *& Program type : Report *& Program ID : ZTEST1 *& Program Description : 功能描述。。。 *&*&*** *& REVISION LOG * *& * *& LOG# DATE AUTHOR DESCRIPTION * *& --- --- --- --- * *& 0001 2019-06-01 XXX Initial Creation *&***...
SAP Managed Tags: ABAP Development Hello, colleagues. I have a question regarding enhancement of standard transaction SM30. I need to run custom code every time data are changed via SM30, but this code needs to be executed globaly for all maintenance views, not only over certain maintenance...
If there are several SAP systems, the changed FORM routines must be distributed from the original system. Example: Maintenance object:View AROTA01 1. View definition in Dictonary 2. Maintenance object description object list (transaction SOBJ): ...
SAP有提供一个TABLE Maintenance的功能,让你设定可以通过SM30来维护数据. 可以通过T-CODE:SE11进去设定,设定完后得到SAP自动产生的程序名:SAPL+'你的表名'. 进入该程序,就可以添加你自己需要的逻辑进去! 源文档<http://forums.sdn.sap.com/thread.jspa?threadID=1531441> Re:表维护:SM30里可以写代码吗?
SAP Managed Tags: ABAP Development Choose parameter transaction, and then: transaction: SM31 Skip initial screen in table: VIEWNAME <name of your Z-table> UPDATE 'X' Regards, John. Reply Former Member 2008 Jun 12 11:25 AM 0 Kudos 11,076 SAP Managed Tags: ABAP Development Hi...
SAP Managed Tags: ABAP Development Dear All, I created Table maintenance generator for a 'Z' table. As the user doesn't have authorization for SM30 in the P-system i created Parameter transaction. i am using CALL TRANSACTION statement to use the table. Still i am not able to use it....