CALL FUNCTION 'BILLING_SCHEDULE_SAVE' TABLES FPLA_NEW = LT_ZFPLA_N FPLA_OLD = LT_ZFPLA FPLT_NEW = LT_ZFPLT_N FPLT_OLD = LT_ZFPLT. ENDLOOP. ENDFORM. 同时需要注意的是,同一个订单不同的行项目会生成不同的出具(发票)计划编号,需要通过表VBKD来关联订单项目。 参考链接:【ABAP】销售订单Bi...
check in tables : VBRK VBRP You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. Comment Comments (0) Ask a Question Type your question here...Recommendations Where can I maintain Texts in Manage Billing Docum... ...
For billing documents, the following layers are differentiated with reference to the ABAP Dictionary (DDIC): Database Layer Logical Layer Display Layer In the database layer, the system stores the billing documents in four different transparent tables. The database tables are only used for ...
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1)Recently has some enhancement works on Intercompany billing with standard output type RD04 which will create output which type is 'Invoice Receipt MM' and generate an inbound IDoc 'INVOIC' to create an ...
CMP_PROF table in SAP SD (Billing in SD) module. This tables is used for storing data of Billing Type for Creating a Pro Forma Billing Document. Here is it details, table fields, field types & length, technical data etc.
tables billingdatain = lt_billingdatain return = lt_return success = lt_success. if lt_success[] is initial. cp_eind = 'X'. endif. if cp_eind eq 'X'. call function 'BAPI_TRANSACTION_ROLLBACK'. else. call function 'BAPI_TRANSACTION_COMMIT' ...
SAP Managed Tags: ABAP Development TABLES : vbfa, vbrk. DATA : BEGIN OF itab OCCURS 0 , posnv LIKE vbfa-posnv, vbtyp_n LIKE vbfa-vbtyp_n, vbelv LIKE vbfa-vbelv, vbeln LIKE vbrk-vbeln, END OF itab. DATA : BEGIN OF itab1 OCCURS 0, vbelv LIKE vbfa-vbelv, flag TYPE i,...
SAP Managed Tags: ABAP Development Hi Experts, I want a list of all Invoices (Billing doc # VBRK-VBELN) along with the output type (NAST-KSCHL) that was issued for printing them. A link between VBELN and KSCHL for Outputs. Output Condition record are in NAST but where can I find...
ABAP Query 1 abapGit 1 ACCOSTRATE 1 ACDOCP 1 Adding your country in SPRO - Project Administration 1 Adobe form binding 1 Adobe forms 1 Adobe Printing 1 Advance Return Management 1 Advanced Intercompany Sales (5D2) 1 Advanced Returns Management 1 Advanced SAP Techniques 1 ADVA...
SAP Managed Tags: ABAP Development Hello, Tables : 1, VBRK :Billing Document: Header Data Fields : 1, VBELN :Billing Document 2, NETWR Regards, Deepu.k Reply Former Member 2007 May 14 8:50 AM 0 Kudos 110 SAP Managed Tags: ABAP Development Hi VBRK - Billing Doc Header ta...