Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module for calculating Discounts

Former Member
0 Likes
2,050

Hi everyone,

What is the function module used to find the discounts for each document.

I have Payment terms.......

Please help me in this problem.

Its very urgent,

Thanks in Advance,

Mohanraj.N

7 REPLIES 7
Read only

Former Member
0 Likes
1,234

Check the FM.

ISB_CASHFLOW_DISCOUNT

Regards,

Maha

Read only

0 Likes
1,234

Hi u didnt reply anything.

What to check

Read only

0 Likes
1,234

This FM is not having any code.

This is not the Right FM.

I have data from BSID and BSEG table.

Read only

0 Likes
1,234

Hi Mohanraj,

Also check this..FM.

FM_FI_CASH_DISCOUNT

Regards,

Maha

Read only

0 Likes
1,234

Hi Mohanraj,

Also check this..FM.

FM_FI_CASH_DISCOUNT

Regards,

Maha

Read only

Former Member
0 Likes
1,234

Function module for follow-on processing of the outbound application-IDoc

The function module (which has been determined from table SPCPORTFUN for each application-IDoc) completes the fields in the "lower" part of the SPEC2K-IDoc with the information from the application-IDoc. The system generates the additional fields in the SPEC2K-IDoc, for instance the Acknowledgement Number.

Outbound processing of purchase orders containing several items (MM):

If a purchase order contains several items the SPEC2K interface generates a SPEC2K-IDoc for each item from the application-IDoc, and subsequently a SPEC message from each IDoc.

Only conditions with particular condition types are copied from the application-IDoc to the SPEC2K-IDoc. The corresponding condition types are stored in table SPCGLOBAL.

Table SPCGLOBAL

Table that contains

the condition types and text types the system copies from the application-IDoc to the SPEC2K-IDoc.

the quotation types used in SD to generate the documents.

SD Price condition type: PR00

SD Discount condition type: RA01

Maintain the table in Customizing under Logistics – General ® SPEC2K Interface for ATA SPEC 2000 ® Define Global Constants for SPEC2K Interface.

Read only

0 Likes
1,234

Hi i am Not talking about any Idoc here.

Its with data from bseg and bsid table.