Calculation Base in Fixed Asset
Hello, I have unique requirement wherein 2 depreciation area needs to be defined with 1. Calculating Depreciation by Day2. Calculating Depreciation by Month In line of this I wanted to understand What...
View ArticleRe: File name configuration in PI 7.30
you can put dummy in the receiver channel filename. No changes in the receiver channel just enable ASMA for filename
View ArticleRe: Facing problem during upgradation of application from PowerBuilder...
Did you open the object nba_u_apps_bankinfomodifieddate and look at the instantiateservice function to see which external function the error occurred on? That will tell you what .dll might be missing.
View ArticleRe: Roles in BRM not getting deleted
I think I'm having the same problem as Pradeep. Here is the situation. I have 4 roles in the same situation. The roles were deleted across the landscape through PFCG, so the roles physically do not...
View ArticleRe: This entry already exists in the following tables drn1
Hello All, The issue was that while uploading FA master data some special characters were included in name of Depreciation Type due to which error was coming. Removing them resolved the issue....
View ArticleRe: Transaction to populate customer info including address by sales office...
Hi Bob,Did you check this Transaction code- S_ALR_87012179 - Customer list
View ArticleRe: Choose from list option in sale order.
Hi Atul,Please let me know whether you are using Sale Employee - System table or User define table??If You are using Sales Employee -System table then Through FMS you can capture the information but...
View ArticleRe: counter value for LineItem duplication
Hi V R - As you have confirmed that you are on 7.0 you can still use global container.So below blog should be helpful.GlobalContainer - in graphical mapping (XI) Message was edited by: Hareesh Gampa
View ArticleRe: Infoset issue
Hi, Have you tried to use multi provider?Actually which data you want see at report output? Thanks
View ArticleRe: Bookmarks are not loaded as they were saved
Hi, You can save the bookmark at any stage of the report navigation. When you freshly logon to Portal, you can select that bookmark and it should ask you to confirm already saved Variable...
View ArticleRe: The best tables to get sales open order which are not having deliveries
Hi Mahesh, You may check this view also WB2_V_LIKP_LIPS2.It will helpful for your requirement. Regards,Ranjit Kumar
View ArticleSuggestion
Hello all, I am new to this Forum, I am a Graduate and from past 3 years working in BPO and last year have done SAP ABAP course, as there is no openings for freshers continuing with BPO job and scared...
View ArticleRe: Data Binding between two views
Hi sowmya, You can get the value of the first view textbox by, this.getView('view1Name').byId('view1textBoxID').getText(); Assign the value to your Second View's text box in the onInit() method of...
View ArticleRe: Report for discount
How you have given the discount in PO..Are you using any condition type for the discount??Or anything else??
View ArticleRe: Converting date using PI mapping function
hi Vinit, you can use below code in the UDF after modifying it. {Date dNow = new Date();SimpleDateFormat ft = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ");System.out.println("Current Date: " +...
View ArticleRe: Need command for IBM AIX OS
Please search on Google and you will get lot of documents for the same. Thanks,Sunny
View ArticleRe: Group by items in the invoice
Hi David Could you please explain a little more? You want to create one invoice with same material in many deliveries or is it just invoice print? If possible explain with some example. Thank$
View Article