Re: Reschedule an outlook meeting in SAP ABAP
That is a typo. Use cl_appointment instead.
View ArticleRe: Ruleset Corrupted
Can anyone please help me ? i Tried to modify individual function in NWBC but when I try to save the function it gives me warning "function Contained duplicate entries. Removed duplicate entries"
View ArticleRe: table with dynamic number of columns
Hi Srinivas, can you share the code. i have similar requirement. i have to create table with no of days of a month. Thanks & Regards,Sankar Gelivi
View ArticleRe: Is a Cloud BPM available?
Hi Vincenzo, As outlined in the other thread: How to get a Cloud PO? SAP Process Orchestration is now available to customers on the HANA Enterprise Cloud as a subscription which is fully managed by...
View ArticleInclude field 'Recipient' in ME2N Report
Dears We are filling the field 'Recipient' in the account assignment tab of Purchase Order. However, when execute reports like ME2n, ME2L, etc. this field is not available for showing in the layout....
View ArticleRe: Internal Error in MIGO
Hi, Refer the note: 951889 - FAQ's on Inventory Management for AFS materials. Question Num 2. Also refer the note: 1047171 - Material document not posted for Purchase Order If its not solved,...
View ArticleRe: EWA for java systems
Hi Aishwarya. 1. Is your systems Java only or part of dual stack?2. What are the versions of your Solman and Java stacks?3. For java only systems to knowledge Solman Diagnostics agent should be running...
View ArticleRe: Filter link in POWL
Hi Katrice, Thanks for your reply.The link that you provided will be helpful if we have a requirement to show the filter option on table by default. As per standard functionality filter options will be...
View ArticleExport Excel width in REUSE_ALV_GRID_DISPLAY
Hello experts! I have a problem when i try export to excel in REUSE_ALV_GRID_DISPLAY. The characters number is lower than 1023, exactly around 540 and the columns headers 693, but the export truncates...
View ArticleRe: Table Control Scrolling issue in Module Pool
Hello Jack. On each button press, set table control (say TC) TC-top_line = 1.Regards.
View ArticleRe: How to export/import FMS
Hello Huan, 3 possible methods exists 1. copy express2. DI API3. DTW The FMS is located to CSHS table, but the query is used inside is loaced in OUQR table, if the FMS is using a query. The...
View ArticleRe: Posting issue
If the issue is for more documents, you can develop a report with the help of technical team and force the date that you want to post. On the other hand, if it is only for one billing document, then...
View ArticleRe: Migration of SAP Portal from AIX to Linux
Hi Ajay, If the configtool is showing the old information of instances , it has got two things1. JMT phase of your migration has not been performed correctly.2. If you are using the same hostname ,...
View ArticleRe: SAP Business One Mobile Application for Android - Can't Input Sales Order...
Hi..Nagarajan, What do you mean with default values? Thank You
View ArticleRe: Hierarchical ALV Report in webdynpro abap
Hi Venkat, We can achieve the HIERARCHY through the following code.In this case I have used CARRID as the drill down column. data lo_cmp_usage type ref to if_wd_component_usage. lo_cmp_usage =...
View ArticleRe: “While trying to invoke the method com.sap.ip.bi.bics.dataaccess...
Henry, I have created one more APS for DSL bridge service and i assigned 8GB. After that also am facing the same isssue. I tried running individual queries and everything is refreshing without error...
View ArticleRe: Stock in quality inspection
So how can I get the Inspection lot or any material document against that previous period's display quantity.Arabind,If you right click on the QI stock in MMBE there you can see material movements...
View Articlezero price of material with balance in stock
Dear All,kindly need your help in understanding the logic of how is it possible to have a zero price (MAP) of a material while there is balance in stock as it happened with me while return delivery of...
View ArticleRe: Need to convert number into HH:MM
You will need to convert your hours and minutes to text to have them displaying how you want: =FormatNumber(Floor([Your Object]/60];"00")+":"+FormatNumber(Mod([Your Object];60);"00")
View ArticleRe: Validation for a field with Warning message
thanks for all your replies.. I need to update my code in Screen 9000, So updating in PBO is better or at PAI?
View Article