SAP Managed Tags: ABAP Development Hi, I want to activate one field in transaction PA30 .It means it is been there in program but not appearing in transaction.Can anyone tell me the reason of this? i have made debugged the transaction but i couldn't find anything. please treat it urg...
SAP Managed Tags: ABAP Development Hi, This is the material find the attachment. hi, Pool table A database table defined in the ABAP Dictionary whose database instance is assigned to more than one table defined in the ABAP Dictionary. Multiple pool tables are assigned to a table pool in...
Context menu is powerful tool to provide quick and context specific options to users. SAP Module pool (classical Dynpro) does support context menus and in this blog I will explain how it works with a sample ABAP program. On module pool screen elements like label, text, box etc. you can s...
SAP Managed Tags: ABAP Development hi, Module pool (type M) For a type M program to be executable, you must create at least one transaction code for it (in which you specify an initial screen). You can control the subsequent screen sequence either statically (in the screen attributes) ...
SAP Managed Tags: ABAP Development Hi Friends.. I am working on a module pool program where I am using Z_BAPI_ADDREMPAU_CREATE and Z_BAPI_ADDREMPAU_CHANGE inside my Zmodule program. I have copied this these BAPI’s from Standard BAPI. The reason I created this ZBAPI’s because I ...
Former Member In response to Former Member 2007 Jul 16 6:05 AM 0 Kudos 417 SAP Managed Tags: ABAP Development Hi Check the below link: http://wiki.ittoolbox.com/index.php/FAQ:What_is_module_pool_program_in_abap%3F http://help.sap.com/saphelp_46c/helpdata/en/35/26b1aa...
ABAP (Advanced Business Application Programming) 是 SAP 系统中用于应用程序开发的一种高级编程语言。ABAP 支持创建各种类型的应用程序,其中包括对话程序(Dialog Program)。对话程序是一种交互式的应用程序,通常用于执行数据库的增、删、查、改操作,并且能够提供用户界面,让用户能够与系统进行交互。 在ABAP 中,对话模...
SAP Managed Tags: ABAP Development Hi, I am working with module pool program and have a date field on the screen. The date mask should be DD/MM/YYYY. How can I achieve the same? By default the date mask is DD.MM.YYYY. Thanks.Reply...
SAP Module Pool Program Learning Documentation——Commit Work and Update dtab When using Native SQL to directly manipulate database tables, it makes a difference to useCOMMIT WORKkey words compared to not using. If we updated the database in program by statement likeINSERTorMODIFY, etc., the ...
SAP ABAP 系统里和传输请求读写相关的 Function Module 在SAP ABAP 系统中,有一系列的函数模块以 TRINT 开头,被用来与 Transport Request 交互。这里的 "TRINT" 并不是一个标准的缩写,它主要被用来表明这个函数模块与 Transport Request 有关。在 "TRINT" 中,"TR" 很明显的指的是 "Transport Request",而 "...