Application Development 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: 

Data not updatin in Zee field appended to a standard table

Former Member
0 Kudos

Dear Experts,

ZField field is appended to a standard table.

This zfield is field of zee table .

Data is coming in zee table for this particular zeefield.

But in standard table this field is empty.

Now my question is how to update the data in this zee field of standard table.

Actually i want to know the procedure how the fields appended to a standard table are filled.

This zee field was added at the time of implementation only.

So can u ple

13 REPLIES 13

nabheetscn
Active Contributor
0 Kudos

Can you please tell which table it is and when do you want the data to be updated. Normally the approach is after adding custom fields we need to find a badi/exit etc to fill this structure. It will be good if you can provide tcode plus table name for further investigation.

Nabheet

Former Member
0 Kudos

I am working on a similar requirement where i am adding 2 custom fields to 2 standard tables.I am using a badi,exit and an event.I tried updating using update statement but that doesnt work,hence as stated above,find enhancements to meet the requirement.

Former Member
0 Kudos

Table is QMEL .

In this table i had added one zee field.

0 Kudos

Usually the adding table fields to standard is for maintaing futher data of the record.

usually if append one z field to vbak

1. i would have given screen field in va01 ( user enters data and we will push to structure in any exit for saving in to table NOTE we have to find outhow the data is pussing to vbak in transaction)

2. if any in bound extended idoc is comming with one z filed so in the the exit we will move to particular filed while header data is moving.

3. if we are using BAPI for data upload extedned the BAPI header structure with filed

4.if the table is directly maintainable by SM30 just fill the data it will push to data base

hope may help you.

0 Kudos

For which kind of notification should this field be filled, there are multiple categories of notification, each one having its own transaction, Bapi, Badi and customer-exits.

Some kinds

01 PM notification (IW23)

02 Quality Notification (QM03)

03 Service notification (IW53)

04 Claim (CLM3)

05 General Notification

Regards,

Raymond

0 Kudos

For customer call notification type CR.

0 Kudos

This is "Notification Type", what is the "Notification Category" (check via table T080)

0 Kudos

Notification category is three 03 Service notification.

0 Kudos

Look via SMOD at enhancement [QQMA0001|http://www.sdn.sap.com/irj/scn/advancedsearch?query=qqma0001] "QM/PM/SM: User subscreen for notification header", you can alsor read good old OSS [Note 36889 - User subscreens in quality notifications|https://service.sap.com/sap/support/notes/36889] and thread

NB: I hope you put your [zz-field(s)|https://service.sap.com/sap/support/notes/16466] in [CI_QMEL|http://www.sdn.sap.com/irj/scn/advancedsearch?query=ci_qmel] include of course.

Regards,

Raymond

0 Kudos

No the zee field which is appended is not in the CI_QMEL strutcture.

Thanks for your replies.

shaik_a
Explorer
0 Kudos

Shilpa,

If it is a Z filed and you have not given any custom screen filed where the user can enter data required for this Z field, then you have to populate the structure that is used to update the standard table through a user exit/BADI.

Hope this helps.

-- SMA

nabheetscn
Active Contributor
0 Kudos

Can you please explain whether you are displaying this field on screen or not. In any case you need add the code via exit/badi/implicit/explicit enhancement.

Nabheet

0 Kudos

This field is already populating in zee table.