Symptom The following dump appears, if you try to maintain or display a table or maintenance view in transaction SM30: Example: ABAP Program "Name of the Function Group" Application Component Not assigned Date and Time 22.11.2022 21:56:23 Short Text Syntax or generation error in a screen. ...
*& Transaction : ZTEST1 *& Program type : Report *& Program ID : ZTEST1 *& Program Description : 功能描述。。。 *&*&*** *& REVISION LOG * *& * *& LOG# DATE AUTHOR DESCRIPTION * *& --- --- --- --- * *& 0001 2019-06-01 XXX Initial Creation *&***...
此外,可用SE93为此创建一个独立的事物码,参见《为维护视图创建事物码(Transaction code)》。 为更加细化维护视图的数据,还可以通过设定不同的筛选条件,对其创建多个维护视图变量(Maintenance view variant),这样用SM30维护不同的视图变量以达到特定化维护的目的,相关参见《自定义维护视图变量(Maintenance view variant)》...
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 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...
The problem is: when I call the overview screen in SM30, change the value of a field (not a key field) and save, the transaction gives the message 'Data saved' but the changes are not really saved in the database. So I changed the maintenance type in the table maintenance generator ...
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 8,608 SAP Managed Tags: ABAP Development Hi ...
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): ...
(Note: If you are using Standard table for changes log, then make the changes only from transaction, or if you are using any Z table you can change the table from any transaction or you can change the table from direct the t-code SE16N using sap_edit) ...
SAP Managed Tags: ABAP Development Ask your basis team, this is a system parameter, I guess you find the OSS note somewhat confusing - Ref: Changing Profile Parameters Dynamically (Transaction RZ11) Regards, Raymond Reply Former Member 2016 Jun 09 9:54 AM 0 Kudos 213 SAP Managed...