Re: Message Class SE91 for BADI
Hi Siva, Global Message classes contains the messages which are relevant for an application area .From your explanation it appears you want to know all the standard messages which SAP throws and you...
View ArticleRe: Excise amt reducing in J1IIN
You are right. I also know that whatever Excise duty (BED) is saved in Billing document same should flow to Excise Invoice. But in one plant it is not flowing. In Billing document Excise duty (BED) is...
View ArticleRe: BEGDA & ENDDA for Infotypes
Hi,"Generally" : Infotype BEGDA ENDDA0000 Promotion Start Date 31/12/9999 0000 Org.Reassign. date...
View ArticleRe: system behavior while choosing pr for network in cj20n
Hi Kindly Maintain the Vendor or Customer in that screen to fetch the Address and company from Vendor/Customer Master or You can default the field with screen variant - Transaction SHD0. Thanks
View ArticleTab strip tabs need to display
I am trying to create a web dynpro abap tab strip with matrix layout , here the tab strip is is creating but each tab heading is not not able see , how to display it, i tried with different layouts and...
View ArticleRe: PO History
Hi, Use FM BAPI_PO_GETDETAIL1. Just pass the PO no. The table POHISTORY will contain the PO history. Use the below PROCESS_ID value to get GR/IR data in POHISTORY table. POHISTORY-PROCESS_ID = 1 for...
View ArticleTotal and subtotals
Hello Experts, Im executing an ALV report for subtotal and total for Sales order a given sales order range but im not getting any output. For my knowledge everything is ok in the code. Could you help...
View ArticleRe: BPC Dates
Hi Thanks.One questionI want to implement the following logic for example: EMPLOYEE, START_DTE, END_DAT, VALUEJohnBarnes, 01.01.2015, 03.01.2015 1000MarkHughs, 01.01.2015, 31.12.2015 2000 I want put...
View ArticleRe: Sap UI5 with Local JSON Model - Not working
Hi Ajit,The code is working fine to for me. You need to return the oTable. Add one line add the end.Also I kept all the numbers properties inside double quotes as "1" return oTable;
View ArticleRe: All views are coming on the same page. Previous view is not getting cleared.
Thats great Firoz.Also make sure you add the page only once. You cannot add the page everytime you navigate because it will create duplicate id issue. Else you have to destroy the page when you...
View ArticleRe: BPC Dates
You have to create custom logic badi! There is no way to convert signeddata value into periods with script. But badi will be more or less simple! Vadim
View ArticleRe: how to update table or model on button click
Hi, For update I need odata model right? But I am using a filter on the service url, which is working fine with Json model, when i tried with odata model it's returning error as bed request. var...
View ArticleRe: OnBeforeRendering not getting called without Hash Change navigation
Are you instantiating the view in the below code or fetching the instance of view already instantiated ? var oView = this.getView(oOptions.targetViewName,oOptions.targetViewType);
View ArticleRe: table of operation status
Hi masoumeh, Get OBJNR value from table VIAUF_AFVC by inputtingAUFNR (Order number)Get STAT value from table JEST by inputting OBJNR value above.Get TXT04 (your desired status) from table TJ02T by...
View ArticleRe: sales order costing report error
Hi...ali How i am able to create hierachy id please share me t.code of hierachy id Thanks and regardsP.Ramakrishna
View ArticleRe: operation CMPER YYXX
Hi Sikindar, My rule should be CMPER 1601 0r CMPER 1701 ? Thanks
View Article