cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically set the values to the context attributes

Former Member
0 Kudos

Hi,

Here is my problem:

This is my node structure:

--MainNode

--SubNode(_BIc_PNGW00)

--Attr1

--Attr2

--Attr3

I have a function module called Bapi_Insert_XXXX.

When I click a button in my view, it should call the execute method in the controller which inturn calls the function module to insert a row.

My question is..

In my controller's execute() method, I want to set the values of Attr1, Attr2, Attr3 and then call the function module.

Could anyone give me the sample code to achieve this?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Fixed it myself...Thanks