
1. SQVI SAPMS38R initial screen number 3050
2. PBO
MODULE GET_PARAMETER_QV
Benson 發表在 痞客邦 留言(0) 人氣(28)
http://www.sapfans.com/forums/viewtopic.php?f=12&t=187316Cleaning up the Outbox
by
scorekeeper on Wed Jun 08, 2005 2:20 pm
SAP provides a couple of programs to clean up the outbox. RSSOAPUT requires an archiving system and can do a systematic delete. RSSODLIN deletes all outbound messages for a given user. The last option is for users to delete their own messages:
After the deletes are run, you will need to run the following programs on a 46C system:
1) RSSODFRE
2) RSSORE02
3) RSSORE00
On a 620 system:
1) RSSODFRE
2) RSBCSRE03
3) RSSORE00
I don't have experience with other SAP releases. You can do a note search on SAP and get more information about these programs.
Benson 發表在 痞客邦 留言(0) 人氣(60)
http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=50004015
SAP Number Ranger Object Maintain, T/C: SNUM or SNRO
Function Module NUMBER_GET_NEXT
Benson 發表在 痞客邦 留言(0) 人氣(75)
http://www.cnblogs.com/huggins/archive/2009/06/05/1497097.html
今天刚好做一个替代,需要把一些字段(表GB01)放出来,下面把方法告诉大家。其实有三种方法,一个是通过ABAP程序直接修改解决OK了。一个是通过SM30维护表GB01(需SE11建立表维护)第三种是比较暴力改表。先将第三种方式表述如下:
一般来说开发者没有修改sap系统表数据的权限,今天在网上看到一个在SE16里用debug的途径来进行修改,很有意思
Benson 發表在 痞客邦 留言(0) 人氣(1,379)