Unable to view grid size in product catalog
Hi Guys,I am using SAP AFS 6.5.I created a product catalog with catalog type "EWPC" which is a copy of "0001" and created a product catalog "Test_cat1"I then added layouts as shown in attached figuer1....
View ArticleRe: Access Dashboards Issue in GRC 10
Jaravuy: Have you reviewed SAP Note 1857710? I had this issue happen at my current client as the MIME files had the extension of ".SWF.BAK" and we needed to remove the ".BAK" so that it ended in...
View ArticleRe: Impact of Supressing Interaction Record Creation
Hey Raj, What exactly the requirement is ? Do you need to suppress the Interaction record creation on End Button?We faced a similar situation, so might share if I know exactly what you are looking...
View ArticleCustom CFL
I have created a user defined table.Later I have registered it and I have created object of user defined table.I have registred the table because I want cfl of the user defined table.Then I have...
View ArticleRe: CurrentDate() but not the current time
Dear friend, what u really want to display there,u want to display hours or date.if u want to be display date only then go for CurrentDate(). If you want current time then go for CurrentTime(). I...
View ArticleRe: How change field of sm30 to flag field?
Hi Ronaldo, First check the field label in the data element, it must be empty, try to change it there. There's another option to do this. Just check the screen no. where it is showing + and write the...
View ArticleRe: how to create dynamic fields in a screen in module pool programming
Hi,You can use RTTI i,e run time type identification to identify the line type of the table and then loop at it to display the fields. example code : type-pools: abap.*Declare the type of the internal...
View ArticleRe: Dynamic List Box
Hi Marina,Try this AT SELECTION-SCREEN OUTPUT . LOOP AT SCREEN. IF ps_parm = '1'. IF screen-group1 = 'RA'. screen-active = 0. ENDIF. ELSEIF ps_parm = '2'. IF screen-group1...
View ArticleRe: discount based on total weight of sales order
What "Routine number" are you using in V/06. Regards Waza
View ArticleRe: Get active purchase orders for materials
Hi Torben, You don't need to go for BAPI. Simply, use ME2N Transaction.- Put your Material list or PO list- Choose selection parameter 'WE101' for all POs due for Good Receipt and use 'RECHNUNG' for...
View ArticleDBIF_RSQL_TABLE_UNKNOWN
Hi All, I am using SAP HANA as a side car scenario. I have connected the ECC system using SLT and also installed SWT2DB addon. I have created the XML's and loaded/ Actiavted them in SAP ECC system...
View ArticleRe: Product sales through delivery plant
Hi Its unfortunate that MM guy is dictating what should be PC. There is no rule Plant = PC.. It depends on business requirement This is a very common requirement... Commonly addressed thriough Batch...
View ArticleRe: Words too separated in a fix label Smartforms
Hi Nicolar, You did mistake instead of &var&(C) it should be &var(C)&. And you should check in style properties which your are using in smartform. check the below properties... Many...
View ArticleRe: SAP Query using Logical Database BRM
Dear Dave, You can create infoset in SQ02. Please select ‘Direct Read of Table’ instead of logical database. Enter table BSEG (Yes, it is possible to use table BSEG in query through direct read of...
View ArticleRe: Posting from Profit center to product in COPA
Hi You need to use Top Down Dist in COPA (KE28) Search the forum, you will find some useful stuff Br, Ajay M
View ArticleRe: no matching records found "(rdr1)(odbc-2028) error while posting GRPO
Hi DR, Have you checked with above SAP note? Thanks & Regards,Nagarajan
View ArticleRe: Error 53 system call fail while installing NW 702 or 731 on VM
Dear expert,Below is the sapinst log: INFO 2013-09-13 00:13:51.4Creating file C:\Users\I067293\AppData\Local\Temp\2\sapinst_exe.2544.1379002402\dev_sap_kernel_test_13_Sep_2013_00_13_50.INFO 2013-09-13...
View ArticleRe: How to get the time difference based on two DEC (length: 15, decimal...
hi Kamal, We have tried Time type of KF InfoObject to store the time difference, but find it does NOT work. Then we use Number type of KF InfoObject and it works and now we call this KF inforobject as...
View ArticleChanging component in BOM from future date - how will APO behave?
We are changing BOM for a material from a future day, e.g. from 01.01.2015 a component has replaced another. I think the standard procedure is to create a change number (CC01 tcode) and then change the...
View ArticleRe: SAP CRM popup
Hi Akhilesh ** Goto the window controller of the component which you are working** Redefine IF_BSP_WD_EVENT_HANDLER~HANDLE_EVENT method ** Write your own SAVE code in this method based on your...
View Article