【知识分享】idoc常用t-code
abap吧
全部回复
仅看楼主
level 14
Janewar 楼主
Main Menus
WEDI Mainatain menu for EDI related activities
BALE Main menu for ALE related activities
SWLD Main menu for Workflow related activities
SALE Main menu for ALE configuration
NACE Main menu for messge control
Idoc Definition
SE11 Data Dictionary
WE31 Segment editor
WE30 Idoc editor to create and extend Idoc type
BD53 Reduce Idoc types for master data
WE60 Idoc documenataion (structure and segment definition)
WE61 Idoc documenataion (control, data and status records)
Configuration
WE20 Maintain partner profile manually
WE21 Port definitions
BD82 Maintain partner profile automatically
SM59 RFC destination
BD64 Maintain customer model
BD71 Distibute customer model
Monitoring
WE02 Idoc display
WE05 Idoc list
WE07 Idoc statistics
Testing
WE19 Test tool for IDOC
WE12 Create an inbound into an outbound
WE16 Process an incoming Idoc file
WE17 Process an incoming status file
Reprocessing Idocs
BD87 Outbound
BD88 Inbound
2014年02月14日 05点02分 1
level 14
Janewar 楼主
F110, RFFOEDI1, PEXR2002, PAYEXT, IDOC
2014年02月14日 05点02分 2
level 14
Janewar 楼主
JOB_OPEN_ADK
2014年02月14日 06点02分 3
level 14
Janewar 楼主
JOBNAME = TBTCO-JOBNAME.
CALL FUNCTION 'JOB_OPEN_ADK'
EXPORTING
JOBNAME = TBTCO-JOBNAME
JOBGROUP = 'F110'
IMPORTING
JOBCOUNT = JOBCOUNT
EXCEPTIONS
OTHERS = 1.
IF SY-SUBRC = 1.
MESSAGE S250.
SET SCREEN 0.
LEAVE SCREEN.
ENDIF.
2014年02月14日 06点02分 4
level 14
Janewar 楼主
SUBMIT SAPFPAYM_SCHEDULE AND RETURN
USER SY-UNAME
VIA JOB JOBNAME NUMBER JOBCOUNT
WITH P_LAUFD = F110V-LAUFD
WITH P_LAUFI = F110V-LAUFI
WITH P_XVORL = SPACE
WITH P_JOBNAM = JOBNAME
WITH P_JOBCNT = JOBCOUNT.
2014年02月14日 06点02分 5
level 14
Janewar 楼主
F110VI00
2014年02月14日 06点02分 6
level 14
Janewar 楼主
SAPF110V
2014年02月14日 06点02分 7
level 12
contract方面的谁做过呀?求交流
2014年02月14日 10点02分 8
说中文啊
2014年02月20日 08点02分
回复 Janewar : 就是合同呀
2014年02月20日 09点02分
level 11
华哥威武霸气。
2014年02月14日 12点02分 9
现在换项目了吗
2014年02月20日 08点02分
回复 Janewar :华哥依旧犀利,4月上线。不让我走,就维护了,我不想维护。[笑眼]
2014年02月20日 13点02分
level 1
想看懂这些,应该学什么,如何维护wms。需要学哪些。大佬能告知一下吗?我拧螺丝的
2021年11月09日 01点11分 10
1