on 2009 Jan 29 4:59 AM
hi,
my requirment is to fetch teh longtext data from transaction BP.
i have tried using READ_TEXT. but its displaying as entries not found.
pls provide some pointer on it.
my requirement is after the user enters in BP transaction and clicked the
save button i need to capture the longtext.
thanks.
Hi,
I think i have given different FM for this context.
If your requirement is to get the long text before it is getting saved to data base i think you can try out the following steps:
1. Put the Breakpoint in FM CRM_BUPA_BDOC_BPS_FILL_DATA when you save BP.
2. There in one line there will be a call to Subroutine find_all_bps.
3. This sub routine is present in the program LCRM_BUPA_MWX_BDOC_OUTBOUNDF01.
4. Form here there will be a call to subroutine chk_longtext_bp.
5. Here you can be able to get the long text which is about to be saved.
6. This subroutine is in program LCRM_BUPA_MWX_BDOC_OUTBOUNDF16.
I hope this will get you the long text from BP transaction before saving to the database.
Hope this helps.
Venkat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I feel you can use BUPA_LONGTEXT_READ to capture the long text data from BP transaction.
When ever you save, you can get the long text from this particular FM.
Hope this helps.
Venkat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.