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: 

How to add values to views in SAP ABAP

0 Kudos
378

I am trying to add new entries to view V_wrf_Brands. But I am unable to find a way to add the data from internal table to this view. Could anyone please suggest how to go about with this?

1 ACCEPTED SOLUTION

DominikTylczyn
Active Contributor
287

Hello sudarshanpoojary6061_1

Go to SM30 and edit the V_WRF_BRANDS view. You can copy & paste data there.

If you want to maintain the view with your custom program, you need to maintain the underling tables i.e. WRF_BRANDS and WRF_BRANDS_T.

I would strongly advice against any direct manipulation of those tables as they are configuration tables!

Just maintain the brands with the SM30 transaction.

Best regards

Dominik Tylczynski

2 REPLIES 2

Sandra_Rossi
Active Contributor
287

Just simulate the user input with Batch Input?

DominikTylczyn
Active Contributor
288

Hello sudarshanpoojary6061_1

Go to SM30 and edit the V_WRF_BRANDS view. You can copy & paste data there.

If you want to maintain the view with your custom program, you need to maintain the underling tables i.e. WRF_BRANDS and WRF_BRANDS_T.

I would strongly advice against any direct manipulation of those tables as they are configuration tables!

Just maintain the brands with the SM30 transaction.

Best regards

Dominik Tylczynski