
SAP ABAP
文章平均质量分 67
LOVESAP
穷则独善其身,达则兼济天下
展开
-
Two useful transaction codes to search the T-TCODE where is in SAP menu tree
<br />There are two transaction codes to search the t-code which exists where in SAP menu tree<br /> <br />T-Code: SEARCH_SAP_MENU Find in SAP Menu<br /> SEARCH_USER_MENU Find in User menu<br /> <br />原创 2011-01-12 07:08:00 · 1207 阅读 · 0 评论 -
Demonstrates how to display values as an SAP dropdown listbox.
*$************************************************************$ Program name: ZLISTBOX **$ Author: James Zeng (zengjw_2004@hotmail.com) **$ Date: Dec-2原创 2009-12-24 02:11:00 · 824 阅读 · 0 评论 -
Send mail
*&---------------------------------------------------------------------**& Report Z_TEST_MAIL_SEND*&*&---------------------------------------------------------------------**&*&*&---------------------原创 2010-02-04 17:13:00 · 1673 阅读 · 0 评论 -
F4 help code
*&---------------------------------------------------------------------**& Report Z_TEST_F4_01*&*&---------------------------------------------------------------------**& Author: Zengjw_2004@hotmail.原创 2010-02-04 17:08:00 · 1643 阅读 · 0 评论 -
ABAP选择屏幕:根据用户选择动态显示屏幕
在有些程序中我们发现,如果用户选择了多个选项中的其一(单选框),则屏幕的外观将会有所调整。这是怎么实现呢?我们来看下面的例子。 PARAMETERS: p1 TYPE c RADIOBUTTON GROUP g1 USER-COMMAND uc, p2 TYPE c RADIOBUTTON GROUP g1 DEFAULT X.PARAMETERS:转载 2009-10-16 02:00:00 · 2293 阅读 · 0 评论 -
How to create a new routine
Step by Step Process:VOFM is the Transaction, where we can create New Routine.1. Go to VOFM Transaction Code2. On the Menu Select required Application i.e Requirements -Pricing3. Enter any Number in b原创 2009-08-20 00:38:00 · 1642 阅读 · 1 评论 -
SAP/SD - 做SD你要知道的透明表
Source URL: http://www.cnblogs.com/dengminghui/archive/2008/08/21/1273531.html一、客户主数据基本数据放在KNA1里;公司代码放在KNB1里;销售视图放在KNVV里;合作伙伴放在KNVP里;二、信用主数据KNKK里有信贷限额、应收总额、特别往来;S066里是未清订单值;S067里是未清交货值;KNKK里面的应收转载 2009-08-17 23:55:00 · 1265 阅读 · 0 评论 -
How to use the CONVERSION_EXIT_PARVW_INPUT and CONVERSION_EXIT_PARVW_OUTPUT
FUNCTION CONVERSION_EXIT_PARVW_INPUT.*"----------------------------------------------------------------------*"Lokale Schnittstelle:*" IMPORTING*" INPUT*" EXPORTING*"原创 2009-08-18 00:17:00 · 2140 阅读 · 0 评论 -
[Reprinted]How to Debug Billing IDOC User Exit ZXEDFU02
Original article link: http://forums.sdn.sap.com/thread.jspa?threadID=1644680[Issue]: Today when I trigger the O/P in billing document, I set the break point in the user exit ZXEDFU02, but the program won't stop at the break point place.[Solution]: Then I原创 2011-01-12 06:45:00 · 2102 阅读 · 0 评论