Re: ABAP Pgm or Fun Mod to create a new transformation in SAP BW through RFC
Hello All, In this task, the source system is a BW 730 (A) and Target system is BW + HANA (B) system. While transferred it with a "rename" option. I mean if a infocube ZIC_C01 in source A means it...
View ArticleRe: Autorizacion de Cartera y limite de credito en una sola
Hi Carlos, I think you want two validations, i.e. by overdue and credit limit. E.g., one customer has overdue but not exceeding the credit limit, so the system must validate if the customer want the...
View ArticleRe: RSALERTTEST generating alert when tested but sending the alerts when...
No need to create a new consumer. You should receive email with standard consumer too. So are those alerts for java stack failures/abap stack failures? If it for java stack failures then as i mentioned...
View ArticleRe: Load hierarchy thru flatfile to 0DATE
Hi Vandana, Can you please explain why you would like to load a flat file hierarchy for 0DATE?Firstly, I would suggest to explore the standard SAP functionality of Virtual Time Hierarchies. Please...
View ArticleRe: Incoming payment PLD paper format?
Hi Justice, B5(JIS) is 1.5 times more than regular B5(ISO). Actual size of B5(JIS) is 182 x 257mmSize of regular B5(ISO) is 148 x 210mm Thanks,Gordon
View ArticleRe: Display Production Schedule for selected date range with Item Code Labour...
Try: SELECT T0.[DocNum], T0.[PostDate], T0.[DueDate], T0.[ItemCode], T1.[ItemName], T0.[PlannedQty], T0.[CmpltQty], T4.LineTotalFROM OWOR T0 inner join OITM T1 on T0.[ItemCode]=T1.[ItemCode]left join...
View ArticleRe: how to create mandatory field using programming in SAP business one ?
Please close your thread then.
View ArticleRe: Object dependency to read substring
Hi, I'm not really used to that syntax but I think this is not possible within an OD...Can't you use a function module to fetch a char value (with Z_ON_SALE_DATE as input parameter and Z_PUB_MNTH as...
View ArticleTARGET TO DATE PPM
Hi , I am trying to display won and expected opportunites in the bar chart in target to date ppm. However I am unable to get any values in the bar chart. I am not getting any values for the context...
View ArticleRe: How to handle fault message when getting error HTTP 500.
It´s happening when the EndPoint - Webservice Receiver doesnt asnwer or there is error, if the call is syncronous do not receive any asnwer back, you got this error 500. Also if you dont use SOAP...
View ArticleTO convert ITAB INTO PDF AND SEND EMAIL
I created this program. The email with PDF is coming in SAP Business Workplace(SAP Inbox) (Tcode-SWBP), but the pdf contains junk characters.Can someone help. I took this program from the discussion...
View ArticleRe: Capacity scheduling with SAP MRP
Vijesh,If:1. You have created work center capacities that are relevant for finite schedulingand2. These work centers are used in your routingsand3. You run MRP with 'Lead time scheduling' parameter...
View ArticleRe: send xml file as attachment
Deepika, I have solved my issue, cause when read the DATASET to <hex_container>, I used 'sy-subrc' to depend whether the DATASET be read or not, if the left content of the file less than 255...
View ArticleRe: For some of the CVC's, in the same data view, from the current date to...
Hello Abhimanyu, You will need macro to handle your scenario. Sample macro will look like below.Two important functions which are required in the macro are : ACT_IOBJNM_VALUE and ROW_INPUT. SAP Help...
View ArticleAPO Demand Planning weak points / Most common enhancements
What are some of the weak points you saw in APO Demand Planning - Meaning some feature which you think is not working as you should work and some feature which Planners/users complained about. What are...
View ArticleRe: Billing Released to accounting
Hi Phani, You are welcome. My offer is to repeat the same issue you face in my system and below is what i've tested in my ECC 6.0 environment. Without Posting Block Checked in Billing Doc...
View ArticleConnecting NW system to ECC - Transport Management
Hi Experts, Is it possible to connect a NW system (NW 701 - Java AS) with ECC system (ECC 6.0 SP08 on NW 7.0) and transport developments from one to another?Is it possible to transport or will it lead...
View ArticleRe: Quick question about SAP Security analyst responsibilities
Hi DB, That may be a good personal strategy to position yourself in a contract or even globally as a subject matter expert. If you are deep enough into the end-to-end MM, WM and PM implementations then...
View ArticleRe: Update Outgoing Payment Row Data(Account Type)
Try this. Dim oOutgoingPayment As SAPbobsCOM.Payments oOutgoingPayment = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oVendorPayments)...
View ArticleRe: Remote function alternate works and fails
Hello all: Finally we discovered what was wrong with this. It had nothing to do with SAP, the problem was in the remote function. After restarting the application server it all started to work well....
View Article