Object for change pointer BD52
Hi, I have to trigger the HRMD_A05 IDOC only when certain fields are changed in PA30 transaction.I have activated changepointers globally in BD61 and for message type HRMD_A in BD50 and need to add the...
View ArticleRe: Update Custom fields in DFKKOP table
Hi, This rings a bell... if I remember right, you have to check that your FKKOP custom fields have been added to all the relevant structures. For example, did you add the custom fields to structure...
View ArticleRe: In this case Do i need to REGENERATE the TMG?
If you feel not confidence about it, then you should regenerate it, of cause. As the meter of fact, modification for these two, which are nothing to deal with the Generated function model itself.
View ArticleRe: Security and Code !!
Hi Nabheet , Thanks for your suggestion . The 2nd screen (That contain List Of Tcodes) is visible by all users , only the users with that new Sales Org and Plants will view extra Tcodes in the 2nd...
View ArticleRe: In this case Do i need to REGENERATE the TMG?
How about that - just check if it still works and if yes then you don't need to regenerate it? Would take less time than posting a question on SCN and you'd know for sure instead of waiting for a...
View ArticleRe: How to update field-ADDR_COMP in table ADRP
Hi Rajesh: Have you found out where to update the field yet?
View ArticleRe: Decimal Places in Excel Attachment for Mail
Hi Rafi, Please refer the program BCS_EXAMPLE_7 and convert the internal table data inot excel format using ''cl_bcs_convert=>string_to_solix'' which may solve your problem. Regards,Maruthi
View ArticleRe: Error in opening Excel attachment in mail
Hello Rafi: I also ran into a similar situation recently. Here is what I did & This works for me. I created a .CSV file and it will open up as an excel sheet when you double click on it. *...
View ArticleRe: FM 'DOCUMENT_SHOW_DIRECT'
I was having the same issue and learned that this is controlled in 'Workstation Application' configuration using the 'You cannot rename temporary files' checkbox. Tick the checkbox and the file will...
View ArticleRe: Add GOS to transaction SE38
Naimesh, Finding CTS_CURRENT_PROJECT was so great. I had been trying to add GOS to SE38 but gave up when no enhancements could be made to the program. Would you please elaborate why you suggest NOT...
View ArticleRe: Dynamic loading of Layout Variant in ALV-Grid Output List?
Jelena Perfiljeva wrote: With this in mind, I suspect that a simple "wrapper" for the selection screen won't help because the report should be capable of accepting the layout name and then that name...
View ArticleRe: How to update field-ADDR_COMP in table ADRP
Hi , Please try to use the below BAPI to update contact person address details. BAPI_ADDRESSCONTPART_CHANGE But I dont think we can update the field ADDR_COMP using this BAPI. Regards,Maruthi
View ArticleRe: RTTS Issue
Hi, So 1. You need to use a type declaration (TYPES/DATA: BEGIN OF..END OF)2. assign component gk_component-field of structure <gfs_struct> to <val>. <val> =...
View ArticleRe: Embedding PDF into SAP ADOBE FORM
Hello, Awaiting for your valuable response... Thanks in Advance, Abhijit
View ArticleRe: Decimal Places in Excel Attachment for Mail
Hi, If you are using GUI_DOWNLOAD.. use the file type as 'DBF' then all the decimals and leading and preceeding zeros and decimals will appear correctly like internla table
View ArticleRe: Finding the MRP Controller mail recipient from SAP Table for ABAPer
It depends on who you want to receive the mail. MRP controller is probably a good choice but I don't know your situation. Table NACH contains all of the output condition records. The MRP controller...
View ArticleRe: Dynamic loading of Layout Variant in ALV-Grid Output List?
Hello Lukas, I had a look at the source code of the report and this is what i can propose - Enhance the include RPTREQDBVIEW_SELSCREEN, to add a parameter P_VARI. I am not sure how to maintain the...
View ArticleRe: IRS 1099 form misc 1
Hi Nick, I am told we do not have Adobe forms in our system, we are still on ECC5 and have not upgraded to 6. Could we be missing a OSS note for the smartform? I am concerned that our current version...
View ArticleQuestion about Eclipse and 7.2
I went to Tech Ed in Vegas this year and I love everything I saw about using Eclipse. Now that I'm back home though, I find that we are only on 7.2 and there are no plans to upgrade this year. I...
View ArticleA simple update doesn't update custom table
Hello Experts, I'm trying to update a custom table ( zrerate_dtl ) field ( adj_amt ) after check some logic in the following code. However, field ( adj_amt ) doesn't get updated at all. Can anybody...
View Article