2010 Aug 13 10:58 AM
Hi all,
I am trying to upload expenses thru TCode FB60. Since several line items need to be uploaded as a single document we r using Table control . The line items are not uploaded. I am getting a message ACGL_ITEM-WERKS(01) does not occur in screen SAPMF05A 1100.
Can anyone guide me in this issue pls.
Thanks & Regards,
Neela
2010 Aug 13 11:02 AM
Hi,
Use 01 in single quotes like below
ACGL_ITEM-WERKS( '01').
It might help you.
Hi all,
I am trying to upload expenses thru TCode FB60. Since several line items need to be uploaded as a single document we r using Table control . The line items are not uploaded. I am getting a message ACGL_ITEM-WERKS(01) does not occur in screen SAPMF05A 1100.
Can anyone guide me in this issue pls.
Thanks & Regards,
Neela
2010 Aug 13 11:02 AM
Hi,
Use 01 in single quotes like below
ACGL_ITEM-WERKS( '01').
It might help you.
2010 Aug 13 11:13 AM
Hi Neela,
Please confirm using the TCODE: FB60 that for the company code you are getting the error whether the column WERKS (PLANT) is visible or not.
Regards,
Selva K.
2010 Aug 13 11:14 AM
Hi,
Can you please elaborate your error and code...
Thanks,
Arun.
2010 Aug 13 12:05 PM
Hi all,
I am trying to upload expenses thru TCode FB60. Since several line items need to be uploaded as a single document we r using Table control . The line items are not uploaded. I am getting a message ACGL_ITEM-WERKS(01) does not occur in screen SAPMF05A 1100.
Can anyone guide me in this issue pls.
Thanks & Regards,
Hi Neela,
I noticed that in transaction FB60 to enter the value to the plant column, we have to navigate using scroll bar. To fix this issue, In the program execute with the parameters chosen during recording.
DATA : opt TYPE ctu_params.
opt-dismode = 'E'.
opt-defsize = 'X'.
CALL TRANSACTION 'FB60' USING bdcdata OPTIONS FROM opt.
Hope it helps.
Cheers
Sujay
2010 Aug 13 12:47 PM
Hi Neela,
It would be better to upload using BDC for FB01 instead of FB60 for expenses. BDC's pose to have problems when we have table control.
Regards,
Aparna Alashe.
2010 Aug 13 1:01 PM
As FB60 is (at least partially) an enjoy transaction, there are problems with batch input, try to use a old-school transaction like FB01 (or report/FM that generates the Batch Input for ths transaction)
(ref: [Note 310485 - Enjoy transactions in FI and previous posting transactions|https://service.sap.com/sap/support/notes/310485])
Regards,
Raymond
2010 Aug 14 8:18 AM
Hi all,
Thank u for the suggestions. Solved by self.
Thanks & Regards,
Neela
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |