ashli1351
Registered user
Global user
Registered: 09-2006
Posts: 2
Karma: 0 (+0/-0)
|
|
Reply | Quote
|
|
how to update the field ZLSPR of table BSEG
HI Friends,
Can anyone tell me how to update the field ZLSPR of table BSEG? I've a 700 line abap program and I should include some logic in this program to make an entry into BSEG-ZLSPR. Is there any FM/BAPI available? Is BDC a healthy approach?. My team lead do not want me to use UPDATE statement....please help.
-Ash
|
|
10/11/2006, 5:59 pm
|
Send Email to ashli1351
Send PM to ashli1351
|
rucha
Registered user
Global user
Registered: 02-2007
Posts: 2
Karma: 0 (+0/-0)
|
|
Reply | Quote
|
|
Re: how to update the field ZLSPR of table BSEG
Perform BDC on FB09 to change the field ZLSPR of the table BSEG.
Loop the BDC code for the no of records in the table BSEG.
|
|
2/9/2007, 11:49 am
|
Send Email to rucha
Send PM to rucha
|