cancel
Showing results for 
Search instead for 
Did you mean: 

Calling BAPI only ones and receiving all values

Former Member
0 Kudos

HI all,

I am having a BAPI and I want to receive all the values from the BAPI at the first time.I am having two tables table1 and table2. These tables are inside a Tab(tab strip).

When i click the Tab strip the BAPI fills the first table table1 and based on the lead selection in table1 it calls the BAPI again and fills the second table tab2. But I want to call BAPI only ones when i enter the Tab and show the details from buffer.

It should give the values based on the lead only from webdynpro.

Please help..Its urgent..

Thangs&regards

karthik.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member751941
Active Contributor
0 Kudos

Hi Karthi,

1> Take a Value Node with the necessary attributes to store the BAPI output only once.

2> Inside wdDoint Method: Execute the BAPI and Copy the BAPI Output to your Value Node.

3>All the data will be available in your ValueNode. Use the Value Node as per your requirement.

Regards,

Mithu