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

C-Form entry program

Former Member
0 Likes
255

Against each customer different C forms need to be stored in Z table, so to enter this details create a Z transaction code and also Change / Display provision require. ( for this i have reated a table maintenance generator)

IF customer (KNVI–KUNNR) having value for ZCST condition type’s (KNVI-TATYP) Tax classification as (KNVI-TAXKD) = ‘1’ then only system should accept the entry other wise should not allow.

In case of Change transaction system should allow to change C form No & Validity

tis is the case how can i write the select statements in the events as i have not used before and very new to the topic plez help me out. have created a table maintenance for that i can create a new entrie bit how can i look for the existing data like who is the customer and when is it created , valid from and valid to , created by the user this is what i have to do am unable to do so kindly require ur help.

Regards,

soni

1 REPLY 1
Read only

Former Member
0 Likes
231

Against each customer different C forms need to be stored in Z table, so to enter this details create a Z transaction code and also Change / Display provision require. ( for this i have reated a table maintenance generator)

IF customer (KNVI–KUNNR) having value for ZCST condition type’s (KNVI-TATYP) Tax classification as (KNVI-TAXKD) = ‘1’ then only system should accept the entry other wise should not allow.

In case of Change transaction system should allow to change C form No & Validity

tis is the case how can i write the select statements in the events as i have not used before and very new to the topic plez help me out. have created a table maintenance for that i can create a new entrie bit how can i look for the existing data like who is the customer and when is it created , valid from and valid to , created by the user this is what i have to do am unable to do so kindly require ur help.

Regards,

soni