cancel
Showing results for 
Search instead for 
Did you mean: 

Fill EVS from Bapi

Former Member
0 Kudos

Hi all!

Is it possible to fill an EVS from a Bapi ?

I've read some posts that says that it can be done. BUT, someone said that when you need something like this the only way to do it is by using an OVS instead of EVS.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185086
Active Contributor
0 Kudos

Hi ,

Yes .

SVS ,EVS and OVS what matter in all is the data it going to contain.up to 50 is OK in SVS, up to 150-200(EVS), and for huge data OVS is preferred .Now decide by yourself , what is best in your case .

To define a EVS just place a Inputfield and populate the data in it using iterator , (bind that input fiedl with SimpleType and use Key value code to populate the data in it .)

[Help|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cf40cf90-0201-0010-4a85-e5a207b900d8?quicklink=index&overridelayout=true]

Best Regards

Satish Kumar

Former Member
0 Kudos

Thank you very much!

You solved my problem

Answers (0)