2007 Jun 29 5:42 AM
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
2007 Jun 29 9:54 AM
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.
2007 Jun 29 5:45 AM
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
2007 Jun 29 9:54 AM
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.
2007 Jun 29 10:01 AM
HI.
You need to fecth all record to internal table and pass to funtional module.
Reward all helpfull answers.
Regards.
Jay