摘要:
其实权限变量不是变量的一种,大家的俗称而已,它是可以作用于characteristic value variables and hierarchy node variables的一种Processing by的选择。 首先看官方文档: Authorization Use The processing type Authorization enables variables to be filled with values automatically from the user authorization. Integration The processing type Authorizat.. 阅读全文
摘要:
SAP-GR/IR的理解 http://shousitukyou.blog.163.com/blog/static/13868005820109127046318/ GR/IR1,采购的an incoming invoice当被过帐时,必须参照(refer to) (1). a purchase order (2). a good receipt(没收货就没有the good receipt)2,invoice verification被过账的结果发票校验时:Dr:GR/IR科目(在途物资,收到某张订单的发票) Cr:应付帐款 (the vendor account is credited.. 阅读全文
摘要:
Step by step Process of creating APD:Business Scenario: Here we are going to create an APD on top of a Query and then storing the result into a Direct Update DSO. Here I am taking a simple example for our understanding.Step: 1 Go to RSA1 -> Edit -> Analysis Process Designer (or) RSANWBStep: 2 阅读全文
摘要:
于在处理链的标准处理类型中没有针对APD的处理类型,所以如果APD处理过程设计好后,需要在处理链中安排计划,每天自动运行,就需要用到特殊的处理方法。步骤如下:1.在se38中运行程序RSAN_PROCESS_EXECUTE,创建运行时变量,该变量保存了需要运行的APD技术名称。 2.创建处理链,在处理链中选择‘ABAP程序 ’处理类型。3.在‘ABAP程序’处理类型中创建处理变式,选择同步方式,输入程序RSAN_PROCESS_EXECUTE及在步骤1中创建好的行动时变量。4.安排计划执行该处理链。 具体步骤如下:Following are the important points.Cre.. 阅读全文