Re: Number of followers is Incorrect
Moshe, see the formula he has given for the followers, I think he is correct, even the data was loaded months ago.He has in his current SCN profile Following: 3Followers: 126 and in Beta he has129...
View ArticleOracle.exe takes 100% CPU while Using Solution manager
Hello Experts, We are using Solution manager 7.1 Sp13.(Windows 2008 64 bit., Processor : AMD Opteron 6274 )We have observed 100% CPU usage when ever we use the following things in solution manager...
View ArticleRe: Combining sales order as 1 single planned order
Hello, In standard SAP separate procurement proposals are created in make-to-order production in individual segment.In MTO you can have one planned order per sales order item as MTO production orders...
View ArticleRe: Sales Order with Product Costing error must not be saved
Hi,Can you share the screenshot of this screen you've mentioned? I couldn't find it here in my system.About the 2nd point: Do you control on delivery save user exit to check if product costing is...
View ArticleIssue facing in Value Help Dialog
Hello Team, I am trying to apply Value Help Dialog in my code.I have used sap.ui.comp.valuehelpdialog.ValueHelpDialog library for this .Code is working fine for multi-selection. But when i am trying to...
View ArticleRe: Is not Unicode-compatible
I meant tick the checkbox.. 1882544 - Program is not Unicode-compatible, according to its program attributes.
View ArticleRe: How to change datasource field selection option (Sel.option)
Hi, you have to press save button from first screen only, Go to RSO2 > Enter your data source > Click on change > Press Save Button > Now select the field you want in selection...
View ArticleRe: Adding blank space on right side of the variable
Hi, Check below example:DATA: L_NAME1(50) TYPE C, L_NAME2(10) TYPE C, L_STRING TYPE STRING. L_NAME1 = 'Hello'. L_NAME2 = 'Bye'. CONCATENATE L_NAME1 L_NAME2 INTO L_STRING RESPECTING...
View ArticleRe: how to pass so10 text in Function Module Read_text
Call transaction SO10 and display your text, then in menu navigate to Goto, Header and you see the required keys top/down TDNAME, TDSPRAS, TDID ('ST' for standard text), TDOBJECT. Regards,Raymond
View ArticleRe: how to implement the badi
Hi Saurav, T-Code SE18 is used to view the Badi.T-Code SE19 is used to implement the Badi. Implement the Badi 'LE_SHP_TAB_CUST_ITEM' to add custom tab at item level of VL01N T-Code.Create Append...
View ArticleRe: "IT_PA0001" is neither specified under "TABLES" nor is it defined as an...
This is following error. Field " IT_PA0001" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement. .
View ArticleRe: Rest Adapter
Hi, Follow the below post, I have faced the same issue & rectified using SAP Note - 2258139. REST Adapter : Catching exception calling messaging system Regards,Venu
View ArticleRe: Adding blank space on right side of the variable
Small Change.If you Does not know how many times to be add space. Dynamically you can add the space Like below. DATA: v TYPE string VALUE 'A', r_count TYPE i.DATA:1_one(150) TYPE c VALUE 'First...
View ArticleRe: Warning messages in MirrlogA & MirrlogB
Hello Alessandro, If you still have the problem/question, please open a new thread with this. Resurrecting old threads doesn't go down to well. KR, A.
View ArticleRe: when submitting a comment it shows my userID.
No issues commenting on blogs for me - I'm using a P user too and using Chrome too (on Win 7) Commenting on a newly created blog on SCN betanew test for a blog - SAP Blogs Commenting on one of your...
View ArticleRe: Arrear adjusting through PCR for US
Ok. Can you verify through a PRINT VAR statement that the X amount comes correctly?
View ArticleRe: Line Item concatenating and populating for corresponding line items
In my pay load we have multiple TDID=Z001 for TDLIE's are in only 2nd and 7th line item level only. we need to concatenate these TDLINEs and pass to the 2nd & 7th line item level in target. Note:...
View ArticleRe: User exit not triggering
Hi, If you can not set break-point. Maybe this code part will not be executed.Try to use MESSAGE X398(00) WITH '&' '&' '&' '&'.Then you can use T-CODE ST22 to trace the value in &...
View ArticleRe: Sales Order Blocking
Dear Harvinder, Please check the below link. i think it will help you.Blocking reasons | SCN With Regards,Sulabh Agrawal
View ArticleAdding Employees to Sales Target Planning
Hi, I am working with Sales Target Plans (Sales --> Sales Target Planning) in C4C. While create sales target plans, under "Select Planning Dimensions" tab we can add employees. Could anybody...
View Article