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

About BADI Coding

Former Member
0 Likes
604

Hello Experts,

1. I have to update a Table (Ztable) using SD_COND_SAVE_A for any changes to pricig conditions PB00 entered through TCODE VK11, VK12, VK31, VK32.

I have also to mapp this Z table with Material Master & Condition Record.

How to code for this.

Please help me in details. <removed_by_moderator>

Regards,

Anshuman

Edited by: Julius Bussche on Oct 20, 2008 1:45 PM

3 REPLIES 3
Read only

Former Member
0 Likes
532

You have parameters in CONDITION_SAVE_EXIT like:

CT_KONH_NEW

CT_TIME

CT_KONPDB_NEW..and so on

see in debugger(by writing Break-point) , values in these structure are already filled by VK** transaction, by using these structure values you may update your Ztable as same as we do in report programs.

Read only

0 Likes
532

How to use these structure if i have to take certain fields. when i tried to pick value from it I got a message that it is not a table with header line and there is no component called kschl(let).

Read only

Former Member
0 Likes
532

Hi All,

Question resolved and I have done it by myself.

Thanks,

Anshuman.