Re: How to include PR creator name in PO subject line via email
Hi Dharmin, As you said Currently PO number is coming in your subject line. Please check the variable get populated to display PO number ( EKKO-EBELN ). To display the creator SAP ID you can use...
View ArticleRe: Font Change in SAPB1
Hi Edy, I tried the above code but the only thing i noticed is that the font alone gets changed but the size of the edit boxes, static, buttons, button combos remains the same. Since the items are not...
View ArticleRe: ABAP dump when using OO ALV grid
Hi Vivek, Can you please share your code. The dump happens in the standard code but the root cause for the dump is in the custom program. With Regards,Giriesh M
View ArticleRe: Msg no V1302 plus "Express Document Update was terminated"
Plz check in VOV8 - ZRED- Shipping section- whether Immediate delivery activated ? No, This is not activated. I'll check with the other part and revert back shortly ntn
View ArticleRe: ABAP(ECC) proxy connection setup for SOAP(XI3.0) adapter for NW PI7.4...
Hi Neelagiri Please check this doc. It has every details for proxy in AEX system using ICO...
View ArticleRe: Inventory Dataload without downtime
Hi, Try to use Early delta initialization option at info package level. As you said have huge data, then there might be chance of duplication during the fill of set up tables. But for full loads you...
View ArticleRe: alphabetical orders
Say you have a table like below:Create a variable as: Index =Left([Employee];1) and create a separate table with this object. Right click on Index column and go to Linking > Add Element Link.Select...
View ArticleRe: Code for fetching MSEG-DUBMTR data positive/negative in Query
Hi Zaiedul Hoque, First of all there is no need for a JOIN between MSEG and MKPF. Then for you selection of DMBTR and MENGE pls do, DATA: BEGIN OF it_temp,...
View ArticleRe: User decision step not appearing in agent's business workplace
Hi Yayati In addition to what Anjan has mentioned, Please check if the agent appers under Excluded Agents in the LogAlso check for Requested Start Deadline for this work item in the technical workflow...
View ArticleRe: GRC 10 EAM FF ID deletes RFC Destination and no new session created
Colleen, Here are my responses to your questions: 1. Applied correction in note # 1944417 and received the same negative result2. Traced FF ID logon using ST01/ST05 and did not see errors3. EAM config...
View ArticleRe: Count function where value is the same
Hi Marlon, I don't see any issues in your formula and hope you understood how count function works.If you want to display the count of only distinct values you need to use your formula =Count(Chrono...
View ArticleRe: Which tables to be used for creating department wise salary break up report?
****GETTING THE PAYROLL RESULT************** CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = pernr-pernr TABLES in_rgdir = gt_rgdir ----> here u are passing...
View ArticleRe: Unable to navigate between the views with data
Hi Soumya, Download the New version 1.16.3:Download Evaluation Package for UI Development Toolkit for HTML5 Then Extract the Zip file and go through the Below Path....
View ArticleRe: Webdynpro abap with HTML
Hi, Which version you are on? I guess the Html Container UI is available from Netweaver 7.3 Ehp1 . Regards,Kiran
View ArticleRe: Updating multiple division of a customer using Class 'cmd_ei_api' and...
In the previous post of screen shot did you check in debugging what was happening in those three methods? Was it deleting your one of the entry on some basis?
View ArticleRe: Delete filter option grey out using set_table_for_first_display
hi all, this is a support issue and just now i found whats the problem.a perform FILTER_RECORDS is written in HANDLE_USER_COMMAND event now my problem is he is manually doing the filtering process and...
View ArticleRe: Delivery split
Have a look at the following notes:- Note 355404 - Why was there a delivery split during creation?Note 1461604 - Delivery Split Occurs G. Lakshmipathi
View ArticleRe: Delete filter option grey out using set_table_for_first_display
Hii Ujwal, then it's strange. Generally if the filter is set then delete filter option will be automatically enabled. Are you able to get the filter symbol on the field on which set filter in the...
View ArticlePerformance issue while joining GLPCA & MARA
Hi All, I need to fetch chunks of data from GLPCA & MARA tables .I have tried inner joins, for all entries as well as cursors one by onebut there have been no significant improvement in the...
View Article