2006 Oct 17 2:45 PM
Dear All ,
In fb60 when they post the document , all line items are not filled with BA .
We have identified one BTE 1025 which has one function module SAMPLE_INTERFACE_00001025 , can I use this to fill the empty BA in all line item.
Hi,
Use the Processes interface 1120 to modify the field..
Check this link for how to implement that..
Thanks,
Naren
2006 Oct 17 2:55 PM
Hi,
try:
DATA key1(72) VALUE ...
read table <itab> into <wa>
with key (key1) = key1
(key2) = key2..A.
2006 Oct 17 3:07 PM
Hi
You can change the data in that BTE but only to do ome validation.
Excuse me but what's BA?
Max
2006 Oct 18 6:47 AM
Hi
BA is Business area . As they simulate the document 2 or 3 line items are automatically created . I want to put the BA in those line item . I am writting following code but it is not working correctly .
DATA GSBER TYPE BSEG-GSBER .
IF sy-tcode = 'FB60' .
READ TABLE T_BSEG INDEX 1 .
GSBER = T_BSEG-GSBER .
LOOP AT T_BSEG .
IF T_BSEG-GSBER IS INITIAL .
T_BSEG-GSBER = GSBER .
MODIFY T_BSEG .
ENDIF .
ENDLOOP .
ENDIF .
please help me .
2006 Oct 18 1:03 PM
Hi ,
After modify T_BSEG just try to submit the program SUBMIT RFBIBL00 WITH CALLMODE = 'C'
WITH ANZ_MODE = 'E'
WITH XINF = 'X' AND RETURN.
Just check the above
2006 Oct 18 10:47 PM
Hi,
Use the Processes interface 1120 to modify the field..
Check this link for how to implement that..
Thanks,
Naren
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |