
SAP_ABAPER
kevinhuo88888
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Alpha Numeric Number Range (0000 to ZZZZ)
Alpha Numeric Number Range (0000 to ZZZZ)Skip to end of metadata Created by Abhishek Jolly, last modified by Former Member on Aug 02, 2013 Go to start of metadata Author: Abhishek JollySubmi...翻译 2018-12-15 18:39:42 · 6062 阅读 · 0 评论 -
ZREGEX
*&#######################**& Report ZREGEX*&*&#######################*REPORT ZREGEX.**(c) by J. Rumpf* Defintion of ZTMATCH*Matching-Table of part matches of bracketsTYPES:BEG...转载 2018-12-15 18:45:09 · 119 阅读 · 0 评论 -
change SO sales organization and price procedure
REPORT ZSD01 .TABLES: VBAP.SELECT-OPTIONS:S_VBELN FOR VBAP-VBELN.PARAMETERS: P_VKORG LIKE VBAK-VKORG DEFAULT '3000', P_VTWEG LIKE VBAK-VTWEG DEFAULT '01...原创 2018-12-15 18:48:33 · 775 阅读 · 0 评论 -
Special stock indicator in Production Order Component overview
Question:I have one finished product , for which i have created BOM . It has only one component in it . Now i am creating a Sales order , based on the definition and requirement set , system is ...转载 2018-12-15 18:50:57 · 494 阅读 · 0 评论 -
下载图片从SE78
有时候我们需要备份图片从SE78, 可以利用下面的代码实现: REPORT ZSE78 NO STANDARD PAGE HEADING. DATA : G_BYTECOUNT TYPE I, G_CONTENT TYPE STANDARD TABLE OF ...转载 2018-12-16 21:53:02 · 3009 阅读 · 0 评论 -
How to get Tcode for table which has a table maintenance done
You can find it from table TSTCP. You need to check for SM30<tabname>* in Parameters field of this table.转载 2018-12-16 21:54:42 · 190 阅读 · 0 评论