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

how to save custom data in database table

Former Member
0 Likes
1,326

Hi ,

I created one subscreen in std tcode QM01 . it contains few fields. when user presses save button, it shld save custom fields data along with that screen fields in QMEL table. for custom fields, I created structure in the dbtable using append structure. I used modify , update , Insert but nothing was working. But it is not storing this data along with other data has one record. custom fields data is storing has 1 record and std fields as seperate record.

Pls guide me. its urgent.

thanks ,

Krishna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
847

Hi,

What is the enhancement you are using to add the field on the screen?

I can tell you the procedure to follow to update the data into DB when i know the enhancement

Thanks,

Prasanna

3 REPLIES 3
Read only

Former Member
0 Likes
847

Check for any Screen exits available for QM01 transaction. If you could get you would also find user exits for populating the custom fields from the screen to DB and from DB to screen.

Hope this helps.

Thanks,

Balaji

Read only

Former Member
0 Likes
848

Hi,

What is the enhancement you are using to add the field on the screen?

I can tell you the procedure to follow to update the data into DB when i know the enhancement

Thanks,

Prasanna

Read only

Former Member
0 Likes
847

It is a screen exti QQMA0001 and it contains 2 Function modules EXIT_SAPMIWO0_009 and EXIT_SAPMIWO0_008.

thanks,

krishna