cancel
Showing results for 
Search instead for 
Did you mean: 

Insurance Calculation

Former Member
0 Kudos

Dear All,

Please help me in below issue

Requirement

System to compute extended insurance based on load type as given below & irrespective of what material is transported:

u2022 Load type package u2013 SAR 20 per kg

u2022 Load type volume u2013 SAR 5,000 per cbm

u2022 Load type pallet _ SAR 8,000 per pallet

Can any buddy suggest me on which basis (fields, table) I create Access sequence so that above requirement get satisfy

Thanks in advance

Regards

Sarang

Accepted Solutions (1)

Accepted Solutions (1)

former_member209761
Active Contributor
0 Kudos

Dear Sarang,

Currently where have you mapped whether the loadtype is PACKAGE or PALLET or VOLUME?

Thanks & Regards,

Hegal K Charles

Former Member
0 Kudos

Dear Hegal,

I am doing it for one of our client they are in to transportation business

And load type you found in the order header u2013 Additional Data B - Load Type and price - Load Type

User want when he select the one of the option from the load type accordingly the insurance is picked up.

Regards

Sarang M. Lonkar

former_member209761
Active Contributor
0 Kudos

Dear Sarang Lonkar ,

You can ask your ABAP-er to bring that field in the FIELD CATELOG.

Also you have to bring that field in KOMK,KOMP and KOMG tables.

After that you have to create condition table (with access sequence of this new field).

The same need to be used for the condition type for insurance.

After these configurations and ABAP developments, you will be able to maintain condition record based on this LOAD TYPE.

Check and revert back.

Thanks & Regards,

Hegal K Charles

Former Member
0 Kudos

Thanks Hegal,

I will ask my ABAP-er to get the field and then we will check

Thanks again

Former Member
0 Kudos

Hi Hegal,

I ask ABAP-er to get the field.

He gets it but now dropdown option is not available

If possible can you send me your mail id so that I can send u the screen shot

Regards

Sarang Lonkar

Text Removed

Edited by: Lakshmipathi on Oct 19, 2011 5:15 PM Please dont ask to share any SAP information to personal mail id

former_member209761
Active Contributor
0 Kudos

Dear Sarang Lonkar,

PLEASE ADHERE TO THE FORUM RULES

DO NOT ASK FOR MAIL IDS

ALSO NOT GIVE YOURS MAIL IDS FOR ANYONE TO HELP YOU DIRECTLY.

I hope moderator will remove your mail id from the above thread.

But kindly read the forum rules before posting.

I think you can get the help of moderator and check how to post screenshots in forum. Because i have seen some threads with screenshots.

In which screen are you not able to bring the drop-down list?

Thanks & Regards,

Hegal K Charles

Edited by: Hegal . K . Charles on Oct 19, 2011 3:57 PM

Former Member
0 Kudos

Hi,

Definitely next time I will take care of this thing

Below are the technical details

Table Name VBAK

Table category Transparent table

Field Name LOAD_TYPE

Data Element ZLOADTYPE

DE Supplement 0

And below are the field attribute

Field attributes Load Type

Field Name ZZLOAD_TYPE

Short Text Load Type

Data element ZLOADTYPE

Domain name

Internal Length 20

ABAP type C

In VK11 I am not able to get the dropdown option

Regards

Sarang M. Lonkar

former_member209761
Active Contributor
0 Kudos

Dear Sarang,

Check the below link.

It explains clearly about how to add the new field to field catelog for pricing.

http://www.sap-img.com/sap-sd/add-a-field-to-new-condition-table-in-pricing.htm

If you are refering to the dropdown values in vk11 for the new field, then you will have to get the help of ABAPer for the same.

ABAP Person has to map the f4/dropdown in vk11 with the new field created.

Thanks & Regards,

Hegal K Charles

Answers (1)

Answers (1)

former_member209761
Active Contributor
0 Kudos

Dear Sarang,

You can have a condition table with SALES UNIT and use the same in the access of this condition type .

Thanks & Regards,

Hegal K Charles

Former Member
0 Kudos

Dear Hegal,

Thanks for the reply

We have a three component in the sales order 1. Net weight 2. Volume 3. UOM

When we are using component like SALES UNIT then it is only consider the UOM (might be other than Net weight, Volume ) for the calculation and if customer wants the calculation is done only on the net weight or in volume (irrespective of the material unit of measure) that time which table we consider.

Regards

Sarang