2009 Jul 09 11:05 AM
I want to change the Accounting document header text (BKPF-BKTXT).
I dont want to use Call transaction for this.
Please tell me if there is any function module or BAPI available?
2009 Jul 09 11:09 AM
>
> I want to change the Accounting document header text (BKPF-BKTXT).
Do you want to change the A/c'ing doc. header text for an existing doc? I think that CALL TRANSACTION would be easier. Why do you think otherwise?
Any specific reason for this?
BR,
Suhas
I want to change the Accounting document header text (BKPF-BKTXT).
I dont want to use Call transaction for this.
Please tell me if there is any function module or BAPI available?
2009 Jul 09 11:09 AM
>
> I want to change the Accounting document header text (BKPF-BKTXT).
Do you want to change the A/c'ing doc. header text for an existing doc? I think that CALL TRANSACTION would be easier. Why do you think otherwise?
Any specific reason for this?
BR,
Suhas
2009 Jul 09 11:14 AM
HI,
U can use BTE'S to change the BKTXT..The BTE IS 00001120 AND the sample FM IS ->SAMPLE_PROCESS_00001120.
Regards,
Nagaraj
2009 Jul 09 11:31 AM
Hi,
Please try this below code
UPDATE BKPF SET BKTXT = 'xxxxxxxx'
WHERE USNAM = SY-UNAME AND
BUKRS = 'xxxx7' AND
BLART = 'xx'
Regards,
Koshal
Edited by: koshal yalamanchili on Jul 9, 2009 12:31 PM
2009 Jul 09 11:53 AM
u can use FM CHANGE_DOCUMENT and then call FM BELEG_WRITE_DOCUMENT to log the changes.
The client asked us not to use BDCs/Call transaction, hence we opted for this...
Thanks,
Bikash
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |