cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI Write

Former Member
0 Kudos

Hello!

How can I write in BAPI. I have e.g. a structure and I want to write in it... Is there any set.Value, or appendValue, pls help me!

Thanks!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Andrei,

With a JCO.Structure you can only set the value with the methods

JCO.Structure.setValue(para1, para2):

public void setValue(value, name)

Parameters:

value - the value to set for the field for example (JCO.Table, Object, int, ...)

name - the name of the field to set or index of the field

Best regards,

Mathieu

PS : reward points if helpful

Answers (0)