I want to find out this information because I created an output type ZNEU, when I create a PO the PO picks both output types NEU and ZNEU which is not the result I'm looking for, I want it to pick ZNEU only. I expect the reason it is picking NEU is because a condition record ...
SPRO -> Material Management-> Purchasing -> Message -> Output Control->Access Sequences->Define Condition Table for Purchase Order 3. Message Type SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Types->Define Message Type for Purchase Order 4. Message Determinati...
Fetch the Condition record number from table A003 and then hit the table KONP for that condition record number and the relevent condition type to fetch the rate/amount. Regards, Chandra You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, registe...
1, 如下的采购订单4500001572. Item 10的condition数据里存在PB00,JFRB,NAVM,SKTO,WOTB等条件类型。如上图。 2, 先执行事务代码SE16 ,table EKKO 得到凭证条件号。 输入采购订单号码,执行, 凭证条件号1000004017。 执行事务代码SE16 ,table PRCD_ELEMENTS. 输入采购订单号,执行, 就得到了该采购订单的item 10的...
4.Access sequence中定义了message table的访问顺序,系统依次在各个表中寻找对应的条件记录并输出; 配置路径:Material Management->Purchasing->Messages->output control->Access Sequences->Define Access Sequence for Purchase Order 5.在前台维护message record.代码如下: ...
PO输出方式总结-打印EDIEMAIL PO的输出方式(打印,EDI, EMAIL)一、业务背景 在实际业务中,企业经常要将询价单,PO/SA等对外发送给供应商,最常 用到的几种方式已经在下图中标识出来;分别是打印的纸张版,EMAIL,FAX,还有可能是EDI的方式;(图片来源:SAP)二、SAP提供的设计逻辑和解决方案 SAP在设计采购凭证的...
Output(OutputMessage又包括Print,EDI,Fax等)配置上,Condition配置是SAP最简单的配置之一,因为只要你学会了其中一种,其它的自然就Ok.IMGPath:MaterialsManagement->Purchasing->Conditions如图1.一般condition的配置很简单,无外乎是[1][2][3][4][5]步而已,下面一一细述.[1]究竟什么样的字段能做Conditiontable字段...
(output control(Message Determination Schemas(Assign Schema to Purchase Order 2.在message schema中,系统会按次序读取condition type, 标准的PO output message type是NEU;配置路径:Material Management(Purchasing(Messages(output control(Message Determination Schemas( Maintain Message Determination Schema: Purchase ...
代码如下: MN01createRFQoutputmessage MN04createPOoutputmessage MN07createSAoutputmessage MN10createSADeliveryscheduleoutputmessage 可以用MN04进去,为NEU创建条件,可以看到下图: Note:在维护时,可以选择维护的级别,此处出来的选项即为在accesssequence 0001中定义的四张条件表,请看后台的messagetable: messagetype 到...
se16 to check the table tmc2p, on that table is the relation between info structure and program. Look for RMCX0006 and check witch info structure is assigned to. If this is a non existent infostructure, create one (transaction MC21) and add an upgrade definition (Transaction MC24), gener...