Application Development and Automation 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: 
Read only

bapi

Former Member
0 Likes
408

in system defined bapi , how to upload custom fields

Thanks,

3 REPLIES 3
Read only

Former Member
0 Likes
370

BAPI will be given a option for custom fields through

EXTENSIONIN STRUCTURE BAPIPAREX

Regards,

Prakash.

Read only

0 Likes
370

Create ur own structure append that struture to the table using pass that structure and the value to that structure in the extension.

Example:

i_extension-structure = 'BAPI_TE_EABL'.

i_extension+lv_lenstruc = lwa_bapi_te_eabl.

APPEND i_extension.

CLEAR i_extension.

Regards,

Prakash.

Read only

Former Member
0 Likes
370

Asha,

check the link may be helpful for u

Regards,

Naveen