Add Z Field to Field Catalouge
Short Description
Add Z Field to Field Catalouge...
Description
ABAP Switching, Enhancing, and Adapting Standard Programs: Enhancing The Field Catalog of Condition Tables For Output Billing Documents Posted by Sandeep Kumar Jan 23, 2013 The below steps helps us in adding a new custom field to the existing field catalog of a condition table on Output billing. 1. Create a new structure (append structure) in KOMBZ – Customer groups. The newly added structure holds the new field.
2. Enhance the structures KOMKBV3 (Header) and KOMPBV3 (Item) with the new field by adding an append structure.
Generated by Jive on 2015-01-02+01:00 1
ABAP Switching, Enhancing, and Adapting Standard Programs: Enhancing The Field Catalog of Condition Tables For Output Billing Documents
3. Now maintain V_T681F with the new field, this will add the new field to the condition table structure.
Generated by Jive on 2015-01-02+01:00 2
ABAP Switching, Enhancing, and Adapting Standard Programs: Enhancing The Field Catalog of Condition Tables For Output Billing Documents
Click on new entries
Add the new field.
Generated by Jive on 2015-01-02+01:00 3
ABAP Switching, Enhancing, and Adapting Standard Programs: Enhancing The Field Catalog of Condition Tables For Output Billing Documents
Save it. 4. Coding for filling the new field in RVCOMFZ1 form USEREXIT_KOMPBV3_FILL for the item field.
Generated by Jive on 2015-01-02+01:00 4
ABAP Switching, Enhancing, and Adapting Standard Programs: Enhancing The Field Catalog of Condition Tables For Output Billing Documents
5. Coding for filling the new field in RVCOMFZZ form USEREXIT_KOMKBV3_FILL for the header field.
This will add the new field in the field catalog structure for access sequence, now we can create a condition table with this field and assign it to the Output type which will be triggered during the billing document creation. To create a condition table use the transaction V/62.
Give the description and the field catalog will be shown as below with newly added fields.
Generated by Jive on 2015-01-02+01:00 5
ABAP Switching, Enhancing, and Adapting Standard Programs: Enhancing The Field Catalog of Condition Tables For Output Billing Documents
Double clicking the required fields will move the fields to the selected fields list. The technical view will help us in seeing the technical details of the selected fields.
Generated by Jive on 2015-01-02+01:00 6
ABAP Switching, Enhancing, and Adapting Standard Programs: Enhancing The Field Catalog of Condition Tables For Output Billing Documents
The access sequence and output type are assigned to the billing application in NACE configuration and the data for the output type of the billing document is maintained using VV31. Once this configuration is done, when a billing document is triggered with corresponding output type all the condition records are filled and we can see them from output messages tab on billing document using determination analysis.
Generated by Jive on 2015-01-02+01:00 7
ABAP Switching, Enhancing, and Adapting Standard Programs: Enhancing The Field Catalog of Condition Tables For Output Billing Documents
The output will be seen in the analysis under the output message type with the condition table records.
Thank you.
3542 Views Tags: abap, access_sequence, condition_table, field_catalog, output_billing
Sandeep Kumar in response to Supriya Kadam on page 9 Jun 24, 2014 5:25 PM Hi Supriya,
Generated by Jive on 2015-01-02+01:00 8
ABAP Switching, Enhancing, and Adapting Standard Programs: Enhancing The Field Catalog of Condition Tables For Output Billing Documents Just try activating the enhancements and put a break-point to see the list of fields available. This should help you filling the data. Regards, Sandeep Supriya Kadam Jun 19, 2014 1:32 PM Hi Sandeep, This is what i was looking for besides can u please provide coding for point No.4 & 5. Thanks in Advance. Aditya Sharma Aug 8, 2013 7:00 PM Very Informative Post Sandeep. Thank you Sarala Reddy Jul 24, 2013 12:41 PM This post is very helpful Sandeep. Was searching for just this. Thank you. Mohit Pandya Jun 27, 2013 12:50 PM Really Grate And Helpful Document Harish Babu Jan 30, 2013 7:58 AM Very useful document! Good contribution..
Generated by Jive on 2015-01-02+01:00 9
View more...
Comments