Standalone mobileSDK: I have to enter a license
Sybase SDK is not free. You have to get license for SDK too from SAP. - Midhun VP
View ArticleRe: How to clear the unwanted workitems from MSS Inbox
It ll portal level ie via NWDS, UWL side development
View ArticleResize a picture dynamically
I have spent the last days trying to resize an image whose source is a file, and your name in a field in a database, as I do to change the image size dynamically based on data from the same database...
View ArticleRe: Regarding derived tables in BO 4.0
I would say that the best approach is to trow this universe away and design new one.
View ArticleRe: Concatenation not recognizing backslash "\"
Hi Mahboob, Please use Double backslash in the variable and it should work. Below variable worked for me:=[Year]+"\\"+[Quarter] Thanks,Abhi
View ArticleRe: Concatenation not recognizing backslash "\"
use double back slash and it will print as a single back slash.. Try this=[Dept Code]+"\\"+[Rep Code & Name]
View ArticleRe: How to use Decrement(--) and Increment(++) in abap?
Hi Karthi, Tou can try this code and check solution... PARAMETERS: INNER TYPE I. data n type i.n = inner.DO INNER TIMES. DO n TIMES. WRITE: '+'. ENDDO. WRITE:/. n = n - 1. ENDDO. In...
View ArticleSproxy connectivity with ESR
Hi The Sproxy of SAP is showing "Configuration for accessing ESR is incorrect" we have configured the following SM59 connections in SAP SAPSLDAPI and LCRSAPRFC Also the SLDAPICUST transaction in SAP...
View ArticleRe: BAPI_PO_CREATE1 error ME(350) "Please enter a partner number"
I had the same issue using EHP6 SP007 and the solution was to apply the instructions from SAP Note 1904908... ResolutionRemove "X" in field POHEADERX-DIFF_INV / POHEADERX-SUPPL_VEND if you don't want...
View ArticleRe: How to use Decrement(--) and Increment(++) in abap?
Hi Karthi, Please find the below solution. PARAMETERS: INNER TYPE I.data n type i. n = inner.DO INNER TIMES.* n = inner. DO n TIMES. WRITE: '+'. ENDDO. WRITE:/. subtract 1 from...
View ArticleRe: How i can bind Mat. Group and Purch. Group.
Hi Mihail, Once you maintained material for particular material type+ Mat Group & purchasing group, you can find detail on table which is system standard table: MA06V I hope your requirement would...
View ArticleCK426 - no valuation type
Hi colleagues,Upon settling a CO production order I receive CK426 saying that there is no valuation type for my material.We have individual batches and we do several MIGOs from this order not necessary...
View ArticleRe: CA - Year End 2013
Hi Frederick, What is combo form for? Is it for T4 or Paystatements?
View ArticleRe: minimum order quantity mass changes
Thanks a lot, Srinu,But my requirement is a mass charge (5020 spare parts items) with a minimum order quantity for every single item for a specific Plant that our Company have in Belgium.Exists some...
View ArticleRe: EM integration on import documents
Hello Dipak, Have a look at your Rule Sets in EM for that event handler type. Its possible that EM is configured to change the FWO's status. Devin
View ArticleRe: How to display Selected InputControl value in Report Title
Thanks Guys for all your help. it is solved i missed syntax. Reportfilter() is working correctly. thx you guys.
View ArticleAdditional Fields on the Material Master
I think here is good document that explains all steps, just found it in my SCN bookmarks:Enhancing Material Master
View ArticleRe: Report to extract p.o's with Statistical Delivery Date changed
I already had the user parameter ME_USE_GRID with a capital X in SU3.It still gives me the format that I showed in the print screen above.
View Article