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

Adding New fields to condition table

Former Member
0 Likes
793

Hi all,

I want to add completely new fields(not present in database tables or communication structure) to condition table.

For this purpose i have created Data elements and Domains.

Now my question is do i need to add fields in communication structure or in database tables.

please suggest me.

Thanks & regards,

NarsiReddy

Message was edited by: Manish Kumar : Moderator message - Please search before posting. Thread locked.

6 REPLIES 6
Read only

Former Member
0 Likes
766

Pls specify, Which table is this?

SAP Standard table name?

~Lokesh.

Read only

0 Likes
766

Hi Lokesh,

It depends on field, if item level it will be VBAP, if header level it is VBAK.

MY question is where do we need to add in database tables or in communication structures.

Thanks & regards,

NarsiReddy.

Read only

0 Likes
766

Had you searched in Google with the same subject, you will find many times, this has been discussed as to how a new field can be populated for pricing.  Take the inputs from there.  Search before posting and adhere to SCN rules.

G. Lakshmipathi

Read only

Former Member
0 Likes
766

hi,

yes you have to append those fields in com-structure via append-structure, otherwise you cant chose them from the field-pool.

also be aware that you want to match those "completly new fields" in your condition-tab to some other fields. those most likly have to be filled via user exit.

regards

Stefan Seeburger

Read only

0 Likes
766

Hi Lokesh,

Can you please explain me the second point(Matching completely new fields).

Thank you in advance for the reply.

regards,

NarsiReddy.

Read only

Former Member
0 Likes
766

hi,

i know condition tables most likly in orders or bills. if i think of condition tables i think of prize tables to get the right prize for the order. If you now have new fields -for example the field zz_fanzy_grade and you maintain "prize is 100 when zz_fanzy_grade = 2" . you somehow need to know if zz_fanzy_grade is 2 or 3 or 4. therefor you have to calculate the zz_fanzy_grade during runtime and match it.

or am i wrong and this is not your scenario.

regards

Stefan Seeburger