Re: Bapi to post two FI documents in MB1B.
Hi Madan, I'm trying to create a badi for t-code MB1B.... while doing a material to material transfer a document will be created. Using that document details, i need to post FI document. so i'm using...
View ArticleRe: Troubles with create instance of SAP NetWeaver BW 7.3 on SAP HANA SP06...
Hi D.V. Uskov, You may release the unused elastic IPs via the AWS console as described in Elastic IP Addresses (EIP) - Amazon Elastic Compute Cloud.This will solve the first reported problem. The AWS...
View ArticleRe: Problem Regarded FAGLB03
Hi, Please enter parameter given by me and keep its value 1SAP. Save Go to FAGLB03 and execute. Please revert in case of issue still persist. Regards,Tejas
View ArticleRe: KANBAN stock transfer - material shortage message
No luck, Uwe. Cannot think beyond what i had said earlier.Let me know your thoughts or what you might have researched/further actions? Would be a good-to-know information from you.
View ArticleRe: issue regarding collect statement
Hi, try this in filling the itab: before append/collect in itab read itab with the all fields.if sy-subrc <> 0 use append else use collect. Hope it helps. Regards, Dieter
View ArticleIdoc Payment Process for Domestic ACH Payments
Hello All – We have got to implement Idoc Payment Process for Domestic ACH Payments in UK. Can you pls give me a little idea on what details I should ask Bank? Any specific documents I can ask HSBC to...
View ArticleRe: Error in J1IEX
Are you running Stock transfer order scenario from Excisable depot to Excisable Manufacturing plant? Can you share your process followed along with screen shot of MIGO where duties are not reflecting.
View ArticleRe: Cannot Pass Array of Filters to Table.bindRows()
Hi Sakthivel, Thanks for the findings but those statements were just for illustration.In real we will not have the array definition inside loop, come on .. The problem is we have filter criterias...
View ArticleRe: issue regarding collect statement
Hi Prakash, DATA: lf_index TYPE sy-tabix, lwa_final LIKE wa_final. LOOP at i_final INTO wa_final.*-Get the next recordlf_index = sy-tabix + 1.READ table I_final INTO lwa_final with iINDEX...
View ArticleRe: Create SOAP Fault Message
Hi Udo I don't think we have any other better options. The easiest design will be, check the 'do not use soap envelope' option and write an simple java mapping to populate the soap fault message in PI.
View ArticleUrgent Opening in hp, 3 to 5 yrs experience in SAP ABAP C2H(Mumbai only)
Hi Abapers,I m getting transferred(COMPANY hp),But for that i need to provide a replacement.This is a contractposition.if any one is interested ...can contact me on my mail shyamdarade5585@yahoo.co.in...
View ArticleRe: Why Table type are used in ABAP programs
Hi Deependra, I have also used it for my SR like below. PERFORM SUB_FETCH CHANGING GT_FINAL. FORM SUB_FETCH USING P_GT_FINAL TYPE TT_FINAL. ENDFORM. But these r all local...
View ArticleRe: Downloading normal ALV Report to Excel Sheet
Use GUI_DOWNLOAD fucntion module: CALL FUNCTION'GUI_DOWNLOAD' EXPORTING filename = l_file filetype = 'ASC' write_field_separator...
View ArticleRe: Unable to do the Delivery TO reversal...
Dear Jurgen, Thanks for your reply. Can you please confirm, how can i change the delivery picking status from C to A Thanks & regards GKR
View ArticleRe: Message size.
Hello Madhu, If you mean the maximum payload size that can be processed in PI without affecting system performance, then the recommended size is upto 5 MB. However, it purely depends on your system's...
View ArticleRe: Only 0 EA of Material Available for return stock
Dear yes the stock is sold as sales order stock . Regards
View ArticleRe: Is now last release for production SAP IQ 16.0 SP1?
Hi Stefano, The latest support package for SAP IQ 16 is SP03, which was released in December 2013. And the next SP for SAP IQ 16 will be SP08. There will be no SP04 to SP07. My understanding is that...
View ArticleRe: Not able to update IBAN in PA30 after upgrade from 4.7 to ECC 6
Hi Steve, Bank master is setup correctly but still I am facing issue. Even when we try to create entry directly through PA30 it clears the bank a/c number when we pass IBAN. Then again we need to...
View ArticleRe: Abap Proxy
Hi Madhu, You can find step by step process for ABAP Proxy communication for PI 7.0 in the above link provided by me . RegardsVenkat
View ArticleRe: Error in Mapping when using Concat and Constant functions
Hi Farhan, Looks like a network/firewall issue to me. Can you ping www.html2xml.nl in your PI server? Can you ask your Basis team if you have http proxies in place (in my blog we are using http...
View Article