SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Add Customized fields in FICA document

Former Member
0 Kudos

Dear all,

We are having a requirement in which we need to add customized fields in FICA document and need to post them .Can anyone please tell me how to meet this requirement

susmita

Edited by: susmitha harini on Aug 11, 2010 12:46 PM

5 REPLIES 5

former_member215295
Contributor
0 Kudos

Hi Sushmita,

Your question is very generic there are lot of ways how you add custom fields .

Based on the programs you are using you can use user exits . What is the business scenario for the custom field ?

thanks,

VR

0 Kudos

Hi Vr,

I need to add customized fields for immediate payment, installment,.dispatch date etc., .please tell me ur id so that i can send more information

susmita

0 Kudos

Hi Susmita

You can add the fields to the customer includes

CI_FKKOP

CI_FKKKO

To create/update the customer fields in automated processes you can use the standard SAP BAPI:

BAPI_CTRACDOCUMENT_CREATE

BAPI_CTRACDOCUMENT_CHANGE

Check out the import table EXTENSIONIN with structure BAPIPAREX.

To add the fields to the standard SAP transactions, have a look in IMG under


Financial Accounting
  Contract Accounts Receivable and Payable
    Basic Functions
      Posting and Documents
        Document
          Screen Preparations

Yep

Jürgen

Edited by: sattlerj on Aug 12, 2010 8:45 PM

Edited by: sattlerj on Aug 12, 2010 8:49 PM - Added EXTENSIONIN

0 Kudos

Hi sattlerj/all,

Can we use the same BAPI for transferring the information from the billing document to the fica document because at the billing document level we need to add some customized fields we need to transfer the same information from billing document to fica document is there any other event or BAPI to transfer the fields from billing document to fica document

Susmita

Edited by: susmitha harini on Aug 26, 2010 8:10 AM

Former Member
0 Kudos

done