1,创建,类型选择如下图: 2,事务选择,如果是视图或者维护表选择SM30,如果是编号范围选择:SNUM 下面的 屏幕字段名称选择 SM30对应:VIEWNAME = 视图名称 ,UPDATE = X SNUM对应:TNRO-OBJECT = 编号范围名称 除此之外,你可能还会看到这种 这些是对试图维护做的一些限制条件都出现在这个结构中,可以对照查看意思,找...
实现在SAP系统中“用户自建表的数据”在标准SM30事务代码中维护,详细的说明如下: 一、新建自建表和SM30的关联 SE11中输入自建表,选择菜单“实用程序”中的表维护生成器, 把权限对象加上,相关设置选一个: 1、使用标准SPRO管理表方案,表数据修改后可以传输。 2、随意一点,自己在每个系统录入数据。 二、SM30中编...
保存即可 输入tcode回车直接进入, 如果不勾选跳过第一个屏幕,执行结果是 : 四、查找Tcode 知道创建了SM30维护,怎么找到对应的tcode? 查表:TSTCP ZMM66T_001是库表(维护视图)名称,前后打* 进行模糊查询 查询结果:
ZMM66T_001是库表名称,前后打* 进行模糊查询 下面延伸一下: 来看看TSTCP TSTCP: Parameters for Transactions TCODE TCODE Transaction Code PARAM TCDPARAM Parameters for transactions 关联的表 TSTC:SAP Transaction Codes TCODE Transaction C...
SAP Managed Tags: ABAP Development Hello, Very good afternoon! How can I create a t-code for SM30--As I had created a Ztable and validated the fields in Function group. IN se93 while creating Tcode for the Table/View : It was asking me the Program name and screen name... Wha...
SAP有提供一个TABLE Maintenance的功能,让你设定可以通过SM30来维护数据. 可以通过T-CODE:SE11进去设定,设定完后得到SAP自动产生的程序名:SAPL+'你的表名'. 进入该程序,就可以添加你自己需要的逻辑进去! 源文档<http://forums.sdn.sap.com/thread.jspa?threadID=1531441> Re:表维护:SM30里可以写代码吗?
(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 Hi, I have created one z-table and maintained table maintenance generator for the same and created one one T-Code to enter the data for that... after executing the t-code, I could not see all the fields enable to enter the data and say save. Kin...
创建新条目,选择05事件,写入子例程名字也就是form名,然后点击编辑器按钮进入code editor 05事件就是在表维护视图保存的时候出发的事件,当然也可以通过其他事件来实现写入默认值功能,比如01-在数据库保存之前触发,21-填充隐藏字段(这个看名字可以实现此功能,但是没亲自测试过,05能实现就行,还要啥自行车) ...
1,350 SAP Managed Tags: ABAP Development Hi experts, Do you know how to display ALV in sm30 instead of table control ? I would like to apply some ALV functions (sort, variance, filter ...) of ALV in this tcode.Reply 1 ACCEPTED SOLUTION Ruediger_Plantiko Active Contributor 2012...