SAP BW Reporting
We use Business Explorer (BEx) which is part of SAP GUI and is a “built in” function to MS Excel. The BEx Analyzer is the query development portion, where you develope queries. We save queries as workbooks in user roles, and depending upon the query, depends on which role we save it to. We use [...]

View Answer   |  June 10, 2005  9:00 AM
SAP
answered by:
0 pts.

How-to for an RFC from a Web system
We have I believe the same issue. We have a webApp that does connect through sap connect and actually calls bapis to upload data into sap. that part works great. But when we have a different bapi to read a file (resume) from a web file location or even a sap server it does a [...]

View Answer   |  June 9, 2005  4:01 PM
Basis, Business Information Warehouse, EDI, MySAP, mySAP Accounting, mySAP Advanced Planner and Optimizer, mySAP Application Link Enabling, mySAP CRM, mySAP Enterprise, mySAP Financials, mySAP Human Resources, mySAP Supplier Relationship Management, NetWeaver, R/3, SAP, SAP development, Security, Strategic Enterprise Management, Workflow
answered by:
0 pts.

Modifying/copying function group member
You would need to make the modification in a USER EXIT of the SAP code. SAP has put User Exits to allow you add additional functionality.

View Answer   |  June 9, 2005  10:27 AM
ABAP
answered by:
0 pts.

EDI – OUTBOUND IDOC
I am not familiar with your ORDERS05 IDOC system, but I do know that EDI Purchase Orders can handle Non-Inventory items. If the G/L account and cost center need to be provided for each detail line, you may create multiple PID segments with different qualifiers. Each qualifier would represent a different piece of data. We [...]

View Answer   |  June 8, 2005  7:31 PM
EDI, ERP, NetWeaver, R/3, SAP, SAP development
answered by:
0 pts.

Remote Function call in BW Process Chain
I do not work in BW but in ABAP Transaction SM59 is where you would set up your RFC connection. Here is a sample piece of code to use the RFC. The code does not work, I just threw something together. d_system would be defined in your RFC. CALL FUNCTION ‘Z_RUN_PROGRAM_ON_ANOTHER_BOX’ DESTINATION d_system (This is [...]

View Answer   |  June 8, 2005  2:08 PM
ABAP, Business Information Warehouse, SAP development
answered by:
0 pts.

sap abap technical
Both of these methods are underneath the same method terminology: ie Batch Data Communications. The difference is that the call transaction engages the transaction at the time of the call. For the session what we call (BDC) is that it creates a session that is processed through transaction sm35 unless you include the submit routine [...]

View Answer   |  June 8, 2005  9:00 AM
ABAP, R/3
answered by:
0 pts.

Is BW the right answer for our reporting needs?
sillyITgirL, It’s a very larg amount of Character. I don’t see this useful for any model. BW usually hadle 60 char / object. What you could do is divide this long object in 4. The other point is that you could leave this object out of BW and work with regular objects for reporting needs [...]

View Answer   |  June 2, 2005  11:27 AM
Basis, Business Information Warehouse, EDI, ERP, MySAP, mySAP Accounting, mySAP Advanced Planner and Optimizer, mySAP Application Link Enabling, mySAP CRM, mySAP Enterprise, mySAP Financials, mySAP Human Resources, mySAP Supplier Relationship Management, NetWeaver, R/3, SAP, SAP development, Security, Strategic Enterprise Management, Workflow
answered by:
0 pts.

BW and Business Objects
What do you mean?

View Answer   |  June 2, 2005  11:12 AM
Business Information Warehouse
answered by:
0 pts.

Show unique values/records from a single table
I’m not sure I totally understand your question, but to get the number of unique deliveries you would use something like: SELECT COUNT ( DISTINCT vbeln ) FROM ZCUST INTO v_counter to get the number of records with a specified delivery number you could use something like: SELECT COUNT ( DISTINCT BCODEL ) FROM ZCUST [...]

View Answer   |  May 31, 2005  1:41 PM
ABAP
answered by:
0 pts.

Program Area
Hi, that is not possible. You have to go to TA RZ10 and resize programm buffer. After that you have to restart the instance. Good look

View Answer   |  May 31, 2005  6:56 AM
Basis
answered by:
0 pts.

SAP Logs and their location
Hi, there are logs in filesystem in the work directory, which you can access with editors and other like the system protocoll which you can only see with transaction SM21. To access all try transaction SSAA. Good look

View Answer   |  May 30, 2005  5:53 PM
Basis, SAP
answered by:
0 pts.

Sending Email to Lotus Notes through SAP
We use the same set-up at our company. Aside from running the function, you also need to configure the connection between Lotus Notes and SAP using the SAP Connector (transaction code SCON). You also need to run what they call an “agent” on the Lotus Notes end. The sending does not work unless the agent [...]

View Answer   |  May 30, 2005  2:19 AM
Basis, Lotus Domino, R/3, SAP, SAP development
answered by:
0 pts.

Add field to column set in KOB1 in SAP
What are the transactions you are viewing / changing the column set KOB1? Which SAP module and release?

View Answer   |  May 29, 2005  8:51 AM
ABAP
answered by:
0 pts.

SAP Monitoring through O/S Level Scripts using startrfc
Do it the other way around. You can send mail and SNMP Messages from CCMS. It is easy to customize and SAP delivers anything you need for that. Good look

View Answer   |  May 28, 2005  9:43 AM
Basis
answered by:
0 pts.

Post Installation Steps for SAP BW 3.0
Hi, with your SAP Gui you can log in. You need servername and port number of the instance normally 00. Then you can log in to client 000 with user SAP* and Password should be 06071992. Then go for transaction and SSAA and there for the post installation section. First you have to create a [...]

View Answer   |  May 28, 2005  9:38 AM
Basis, Business Information Warehouse, SAP
answered by:
0 pts.

Global SMS Web service API
Hi, May be it’s not the right place to make commericals, but when the offered service has a good quality, why not? I’m using the SMS web service from www.ipipi.com. This service is an “intelligent” mail to SMS gateway. You can send your SMS to an email address and they will forward it to mobiles, [...]

View Answer   |  May 28, 2005  5:02 AM
BEA, BEA WebLogic, Cape Clear Cape Connect, Hardware, IBM, Microsoft .NET, Microsoft Windows, Oracle, PeopleSoft, Plumtree, SAP, Sybase, Systinet WASP, TIBCO
answered by:
0 pts.

SAP HR – Absence Recording
Don’t worry, SAP software CAN handle those basics. I’ve just checked transaction PA61 in my IDES 47×200 installation: for employee 1269 I entered 3,25 hours and the absence time was filled automatically with 05:30 to 08:45. Saving was performed successfully. Could it be that your “customizing” has been some kind of “castration”?

View Answer   |  May 27, 2005  7:40 AM
mySAP Human Resources, SAP
answered by:
0 pts.

Remote Function Calls
You can use ALE with a Custom iDoc holding only that one field. This will be sent to the external party from SAP using a connection based upon TCP / IP. Good luck!

View Answer   |  May 27, 2005  6:43 AM
Basis, Business Information Warehouse, EDI, MySAP, mySAP Accounting, mySAP Advanced Planner and Optimizer, mySAP Application Link Enabling, mySAP CRM, mySAP Enterprise, mySAP Financials, mySAP Human Resources, mySAP Supplier Relationship Management, NetWeaver, R/3, SAP, SAP development, Security, Strategic Enterprise Management, Workflow
answered by:
0 pts.

Sending Email with Attachments from SAP
Try this function module SO_NEW_DOCUMENT_ATT_SEND_API1. In this u can send multiple attachments also.

View Answer   |  May 26, 2005  11:27 PM
ABAP
answered by:
0 pts.

Debugging IDOC outbound for purchase order
Hi, Try running Outbound PO via tc WE19 using FM: IDOC_OUTPUT_ORDERS. First you need to set a break-point in or at the form or section where you want to debug.

View Answer   |  May 26, 2005  4:44 PM
Basis, EDI, ERP, NetWeaver, R/3, SAP, SAP development
answered by:
0 pts.