Re: How to put a carriage return and a feed line in a string
Hello , Try this Concatenate 'My first line' cl_abap_char_utilities=>cr_lf 'My second line' into var_string. CheersAbhinab
View ArticleRe: How to put a carriage return and a feed line in a string
Hi, Try this for cl_abap_char_utilities=>cr_lf linefeed. Similarly for others, you can check the class->attributes of cl_abap_char_utilities. concatenate 'my first line'...
View ArticleRe: Problem in smartform printout
How is it in preview? If its ok in Preview but not in print then try increasing width of the line.
View ArticleRe: Do not show KPI level on Scorecard screen
Hi Luis, This type of changes probably only with customization.In version 7.5 I did a similar thing with some customization... but in version 10, I don't know if is possible to change the source code...
View ArticleRe: E-Rec (Web Dynpro) error: Unfortunately the system is unavailable...
The 3 services can be found under sap/bc/webdynpro/sap. Also hrrcf_a_candidate_registration is to be found there. Good luck, Julien
View ArticleRe: Intercompany invoice - exclude item
Shiva, Bianca, (Thinking from a conceptual point of view) Field Billing relevance, in an item category instruct the system to ascertain the quantity in the billing document.(e.g. Order related or...
View ArticleRe: Import without Deleting the Manual Input Form Data
Hi, I am looking for generating the Trial balance as per IFRS. I am not sure whether SAP ECC6 provides Trial Balance as per IFRS. I would like to know the possibiltites to build the Trial Balance in...
View ArticleRe: BO4 - Cache clearing - impcat and best practice
As per my knowledge I would suggest no, unless it is required as clearing the cache could impact the performance of the system. Regards,Sohel
View ArticleRe: Out of the box feature of SAP to move error messages to error queue in 7.31
Hi Rohit, are you facing any issue in PI 7.31 with failed messages? failed message causes trouble when you deal with EOIO mode otherwise it never stops processing of other messages. The same...
View ArticleRe: Message Type_x dump in DTP level
I think there are errors in your data. Activate error stack by selecting "Valid records update request green" in the update tab of DTP. Execute your DTP and if errors occur, then those erroneous...
View ArticleRe: Change the Print Parameter in CPS(remove print function/printer) from Job
Hi Abhishek,When you say When I am trying to remove the printing parameter from any job definition in Redwood CPS, it won't work and not allowing to save this changes in CPS. I assume, you edited the...
View ArticleRe: Fields hidden by SAP in std BC Data Sources
Hi Ram, if you reinstall data source again also won't help because required field was hidden sap itself.. As said above, a small program just enables required field as visible and adjustable. that's...
View ArticleRe: Show values of a dimension in a unique cell
Right Click on the table and select Format Table. Then check the Show Table Footer Option. Now in the Footer for Inv just put SUM([Inv]).. This will give the total of Inv For City, use the below...
View ArticleBroken SOAP envelope - Contact Person not created in ABAP end
Hello Experts, I have configured RFx scenario in SRM 7.0 sandbox system.I am able to create Bidder contact person from portal using existing SU01 id, however, when I try to create contact person...
View ArticleLoyalty Management - Sheduled Reward Rule not triggered
Hi All, I have defined a sheduled reward rule and have run the report to refresh the cache. The reward rule shall trigger the change of the tier level if dynamic attribute Z_DEMO_DA hits a specific...
View ArticleQuestion on dynamic assignment in Structure.
Hi All, I have a fixed DSO structure which is populated from BPartner hierarchy. The data fields-Parent level 1, Parent level 2, .. Parent Level 7 are updated with Parent Ids till level 1. So in the...
View ArticleRe: Number of Cells Limit? - The MDAS service encountered an error.
Hello Michael, the setting is 150.000 cells as a limit. the 150.000 cells is referring to the actual data that is shown and not the data that might have been selected from the database. regardsIngo...
View ArticleRe: Best practice of BODS Jobs migration from dev to Prod
I unchecked "Reactive Automatically" and logged out of our staging environment. I logged back in, went to Tools > Central Repositories and manually activated DWDDS_CENTRAL (development) and it now...
View ArticleRe: Dynamic Action to default Gender based on Form of Address in IT0002
Hey Kanuku, I spoke to the client and he is a little pushy on this dynamic action. So I tried the below code and it worked. 00020611****DEFAULT...
View Article