Application Development 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: 

Parameters

Former Member
0 Kudos

Hi Guys

I need to use FI_ITEMS_MASS_CHANGE FM to update the field BSEG-ZLSPR.

here iam passing bseg structure.

what data i have to fill bseg structure and pass to FM

how can i update ths ZLSPR.

Thanks in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

you can use internal table, first move datas into internal table, then move data to BSEG-ZLSPR. Just try like this.

thanks

senthil.

if its useful reward points.

3 REPLIES 3

Former Member
0 Kudos

IMPORTING

*" REFERENCE(S_BSEG) LIKE BSEG STRUCTURE BSEG

*" EXPORTING

*" REFERENCE(ERRTAB) TYPE TPIT_T_ERRDOC

*" TABLES

*" IT_BUZTAB TYPE TPIT_T_BUZTAB

*" IT_FLDTAB TYPE TPIT_T_FNAME

*" EXCEPTIONS

*" BDC_ERRORS

rewars point if useful

regards...

Abhay

Former Member
0 Kudos

hi

you can use internal table, first move datas into internal table, then move data to BSEG-ZLSPR. Just try like this.

thanks

senthil.

if its useful reward points.

Former Member
0 Kudos

HI.

You need to fecth all record to internal table and pass to funtional module.

Reward all helpfull answers.

Regards.

Jay