`

Get Billing Invoice according to Billing document number

    博客分类:
  • ABAP
 
阅读更多
If we only have the billing document number and company code, how can we retrieve the billing invoice?
we can use the function moudle 'AC_DOCUMENT_RECORD', just like this:
 call function 'AC_DOCUMENT_RECORD'
    EXPORTING
       I_AWTYP       = 'VBRK'
       I_AWREF       = 'Billing Document Number'
       I_AWORG       = 'Log System'
       X_DIALOG      = 'X' OR SPACE
    TABLES
       T_DOCUMENTS   = T_DOC.


  LOOP AT T_DOC WHERE AWTYP = 'BKPF'.
    V_BELNR = T_DOC-DOCNR.
  ENDLOOP.



分享到:
评论

相关推荐

    SD Billing Document Consolidation and Splitting

    SD Billing Document Consolidation and Splitting. Tech solution guide

    oracle分区表学习与应用

     BILLING_CYCLE_MONTH NUMBER(6) not null,  DATE_TYPE NUMBER(1),  ACC_NBR VARCHAR2(80)  )  partition by range (BILLING_CYCLE_MONTH)  (partition p_200407 values less than (200407)  tablespace TS...

    simple_billing_billing_

    SIMPLE BILLING SYSTEM IN PYTHON WITH SOURCE CODE

    Android代码-Reactive-Billing

    Reactive: Exposes the In App Billing service methods as Observable, allowing to implement easy asynchrounous callbacks and other Rx-related fun stuff. No configuration: Doesn't require to implement ...

    Getting started with A2Billing

    Getting started with A2Billing

    google-billing-4.0.0.jar

    google-billing-4.0.0.jar

    SD billing

    SAP standard PA description of Billing process in SD module suitable for the junior learner of SAP

    Android代码-android-inapp-billing-v3

    Add this Android In-App Billing v3 Library to your project: If you guys are using Eclipse, download latest jar version from the releases section of this repository and add it as a dependency If you ...

    LO615 Billing

    LO615 Billing

    Infor Billing

    Infor SCM Billing 功能模块介绍

    InterCompany_Billing_IDoc

    InterCompany_Billing_IDoc

    a2billing配置手册

    希望该手册能给你一些启发。与开源VOIP服务器端asterisk配合使用,超级棒。

    Google Play Billing Library

    Google Play Billing Library,不知道为什么android sdk manager下不到了。我找了一下贴了出来,这个里面包含了IInAppBillingService.aidl,和谷歌写的一整套util,其中包括IabHelper.java等的9个文件。解压出来放在...

    Billing学习文档

    有人认为CBS是OCS+BILLING,是不对的,我们不光从CCBS借了BILLING,还有BF 、AR、DC,可以参考《CBS系统总体介绍.ppt》,增加了可服务性、分层处理……等等特性,更重要的是预付费后付费融合了,在一个产品内交付,...

    google_play_billing_library 下载

    google_play_billing_library 下载,google sdk集成开发

    A2Billing V2安裝手冊

    1. 英文說明, 在Asterisk的基礎上進行話務的計費 2. 適用於CentOS6.X版本使用 3. 僅適用A2BillingV2以上版本,...5. A2Billing為開源,必要時可適度修改變更需求 6. 安裝路徑有可能因個人設定不同有所變更,請自行變更

    BILLING那些事

    我们公司后付费的BOSS叫CCBS,也有的叫CCBM,具体可以到support或3ms上查查,具体原理架构可以参考《运营支撑 基础培训 TopEng CCBS 总体概述培训胶片》,可以看到BILLING位于 Rating &Billing子系统中。

    A2Billing_1.3.4.tar.gz_a2billing

    A2billing installing script procedure

    SAP SCM BILLING 615

    SAP SCM BILLING 615 SAP SCM BILLING 615 SAP SCM BILLING 615

    react-native-billing, 在Android上,将本地桥反应到InApp计费.zip

    react-native-billing, 在Android上,将本地桥反应到InApp计费 用于 Android 的InApp计费 本机计费 为 InApp Billing提供一个易于使用的界面,它通过包装anjlab计费库的 InApp来完成。const InAppBilling = require...

Global site tag (gtag.js) - Google Analytics