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

INCOTEMRS Function Modules - Please Help

Former Member
0 Likes
1,302
Dear ALL,

Can anyone of you please explain what are INCOTERMS in transportation related context and how do I get all the function modules related to INCOTERMS  in SAP R/3?

Thanks In Advance.
1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,014

Hi

The incoterm is the code defines the delivery conditions, these conditions'll be a price component of the sale.

These conditions were defined by international rules and are the same in all country.

Which FM do you need?

Max

7 REPLIES 7
Read only

andreas_mann3
Active Contributor
0 Likes
1,014

Hi,

look here : <a href="http://help.sap.com/saphelp_47x200/helpdata/en/75/ee0d7455c811d189900000e8322d00/frameset.htm">incoterms</a>

fm's:

RV_INCOTERMS_CHECK

INCOTERMS_CHECK

Andreas

Read only

0 Likes
1,014
Mr Andreas Mann, 

<i>Thank you very much for the information, its is been very helpful and I am able to understand what are incoterms from a programmer perspective</i>.
 
This is what my assignment is - To find all the cost related data in SAP tables based on Incoterms Business define for their transportation cost. 
For example, the term Free on Board (FOB), I need to get all the cost related details from SAP 
for this Incoterm.
So I am looking for <b>Function Modules</b> to provide me this information or <b>how should I start looking into this</b> ?
 
Thanks for your Help once again.
Read only

Former Member
0 Likes
1,015

Hi

The incoterm is the code defines the delivery conditions, these conditions'll be a price component of the sale.

These conditions were defined by international rules and are the same in all country.

Which FM do you need?

Max

Read only

0 Likes
1,014
Thank you sir,

I am looking to find all the cost related data in SAP tables based on Incoterms . 

ie ... The requirement is,  I need to search all the cost related data from the tables based on the IncoTerms that Business define.

For example, the term Free on Board (FOB), I need to get all the cost related details from SAP for this Incoterm.

So I am looking for Function Modules to provide me this information.

Thanks for your Help once again.
Read only

0 Likes
1,014

Dear All,

Any response to my above questions. Please help??


My question once again - "To find Cost details based on IncoTerms in SAP" ?

Thanks in Advance.

Read only

0 Likes
1,014

Have a look at function group WSSI_LINE

Rob

Read only

Former Member
0 Likes
1,014

Thanks ALL for looking at the Question.