Quantcast
Channel: SCN: Message List
Viewing all 8675 articles
Browse latest View live

Re: How to get creation date of a file created in application server?

$
0
0

Hello Kartik,

 

Thanks for your reply. Can you just tell me what will be the type declaration of

i_file[]. Before this piece of code should I need to call any function module or anything else. It would be very helpful for me if you kindly send me any program as an example. My path is - '\\PMICHSAPLA30\INTERFACE\\BCD\CO\OTC\SALES_RPT\test.txt'

 



Re: Idoc Failure Issue

$
0
0

Hi Moumita,

 

As suggested already, this is a data issue. Possibly due to date field having blank or char or a mandatory field missing. Do a random check of the field values. There are many post of SCN on this topic.

 

Ambrish

Help with difference in Create Customer UI

$
0
0

Create Customer missing Compaycode and Sales date.pngNeed assistance with different Create Customer UI

 

See above Create Customer how to change to allow entry of Company Code and Sales Area data

how do we manage multiple users in a CAL account

$
0
0

Hello Gurus,

 

A colleague of mine has created an instance of HANA in CAL and I'd like to access it because we need to develop together, but we're not sure how to do so. We can see tabs "Accounts" and "Users" in CAL but how do we add someone else's user to your own CAL account?

 

Ideally, we'd like to both manage the same account (to start/stop the instances) with our own separate users. Should be very easy to do and yet there's no indication on how to do it.

 

Any help would be greatly appreciated.

To convert material from direct consumption to stock

$
0
0

We procure one material for direct consumption, by entering an account assignment K= cost center, On goods receipt, the material counts as having been consumed and also the invoice has been done as for his advance payment.

Now we came to know that this material shoud be stock procurement or should be inventorise. Is there any method or any way to show this material in inventory or stock from the direct consumption without reversing the IV & GRN.

Re: Aggregation on BW transformation

$
0
0

Let the key of the DSO be PROJECT ID and COMPANY. In the transformation rule of the KF Amount map it to Amount in the DS and let the aggregation be summation.

 

Please let us know if this method is working.

Re: How to get creation date of a file created in application server?

$
0
0

                    BEGIN OF ty_file,
                    line(400)   TYPE c,                                      "File names
                  END   OF ty_file,

This is the structure declaration.

l_v_unixcom would be ls -l \\PMICHSAPLA30\INTERFACE\\BCD\CO\OTC\SALES_RPT\test.txt

 

now call

CALL 'SYSTEM' ID 'COMMAND' FIELD l_v_unixcom
                ID 'TAB'     FIELD i_file[].

 

and see contents of i_file[] it should have the details, post results so we can help further

 

Re: error when execute a native database procedure

$
0
0

Hi

 

 

Try use this code:

 

 

EXEC SQL.

     EXECUTE PROCEDURE sp_myproc ( IN :para1, IN :para2 )

ENDEXEC.

 

 

Best regard


Re: Entry 000501   does not exist in TKB1A (check entry)

$
0
0

Hi Sagar

 

plz can u send detail steps of how to d the setting in OPJH.... if possible with the screen shorts

 

 

Regards

Mahatesh

Team calibration based on overall appraisal in Flexi Template

$
0
0

Hello Experts

 

Predefined Appraisal Template offers a Team Calibration during Overall Appraisal, where a Manager can go to the Team Calibration view, see the overall ratings of all his reportes and change their ranking by drag-drop.

 

We are on EHP 7 and we need to replicate the same in Flexi Template. I haven't found any posts or questions on this scenario to understand how this could be achievable. Would anyone have any pointers?


Thanks a ton,

Swethnisha

Re: deploying sap in HA

$
0
0

The available installation options are provided in the installation guide. You need to follow that.

Re: How to scan a document and automatically populate fields in SAP without barcodes.

$
0
0

Can you give us an example of what you are filling in and what from?

 

Neal

Re: Trail version

$
0
0

Are you talking about Server or Client? Windows8 is supported from 4.1 SP2 for Clients.

SAP FICO Certification and Job Openings.

$
0
0

Hi

I have 4 years overall experience which includes 1.5 years SAP FICO (end user) experience. I want to do SAP FICO module. Planning to go for unauthorized SAP training institute. Please suggest me whether it will help me or not. Also suggest which institute is good in Bangalore in terms of training and placement.

 

Thanks,

Santosh

How to combine two tables?

$
0
0

Hi guys,

 

I try to combine two tables in Predictive Analysis. I follow the process: Combine as--Select a dataset--Add new dataset. After that, my system always show"No column in the lookup dataset matches with the current dataset". What I should do?

Capture.PNG

 

Thanks,

 

Peter


TREX simple search set up not working

$
0
0

Hello Folks,

 

I am working on enabling the Enterprise search with TREX for following objects -Accounts, Contacts, Employees, Lead, Oppurtunity, Sales order, Products and Account Plans. I have 2 questions with the issues I am facing for which I would appreciate any help from you all.

 

1) I have the following set up in ESH_COCKPIT and SPRO, but still I am not seeing the Simple search in the CRM UI when I log in.

 

     - Under Enterprise search Integration -> set up RFC connection, defined client, Software component, parallel extraction.

     - In ESH_COCKPIT -> created connectors, scheduled the initial indexing and the indices are active,

     - in SFW5, necessary Business functions for BP search are active.

     - In SPRO, Under Technical Role definition, Define Central search, I have maintained following entry for account

      

BP_ACCOUNTBP_HEAD_SEARCHBP_ACCOUNTCRM_ES_UI_APPL
Nav Bar profileObject typActionUI comp nameSearch cont noDyn Search Search CritCommentHeader 9
Ztsd_salesFMainsearch
ztsd_salesHCRM_ACCOUNT_ESSearch

 

     - Under Define functional profile, I added SIMPLE_SEARCH_INT

     - Under define business roles, I have assigned the functional profile SIMPLE_SEARCH_INT to necessary business roles

     - Under Navigation bar profile for ztsd_sales I have check BP_ACCOUNT is set to 'H'(Simple search) with Target ID MD-BP-ES.

 

Please note if I have scheduled the delta indexing as I am only doing a proof of concept. Let me know if I have missed any steps.

 

2) I am searching for a connector for the Account Plan object ACP_ACCOUNTPLAN but I am not finding one in ESH_COCKPIT.

 

Thanks,

Partha Gopalan

Re: Start recording directly from Excel

$
0
0

Hi Rahul,

 

you should use better Variables
Session and Application are Objects in Excel too

 

this should work ...

If Not IsObject(Application) Then   Set SapGuiAuto = GetObject("SAPGUI")   Set sapApplication = SapGuiAuto.GetScriptingEngine
End If
If Not IsObject(sapConnection) Then   Set sapConnection = sapApplication.Children(0)
End If
If Not IsObject(sapsession) Then  Set sapsession = sapConnection.Children(0)
End If

Re: Starting with SAP fiori & SAP screen personas ...

Re: UseOneAsMany Function Not Working

$
0
0

Hi Giri,

 

Use the below logics.

 

Item-->header

 

MatNo---->useoneasmany-->splitbyvalue(eachvalue)-->MatNo

 

Item--/

 

Plant--/

 

//ly do for MatDesc

 

Item-->splitbyvalue(eachvalue)-->Item

 

MatGroup-->MatGroup

MatNo-->MatNo

//ly do for rest of the fields

 

Regards

Venkat

Email action not getting triggered in service desk

$
0
0

I have a requirement in Solution Manager Service Desk 7.1 SP10 to send email to Reporter when status of ticket changes I followed steps mentioned in below link by Dolores Correa , but didnot get to see any "action" triggering email , after changing status of the message http://scn.sap.com/people/dolores.correa/blog/2007/09/18/sending-e-mail-from-support-message


T-Code: SPPFCADM Select appl. CRM_ORDER

Enter into action profile SLFN001_ADVANCED and created action definition Z_SEND_MAIL_VIA_ACTION_SENDER

Schedule Automatically

Partner Dependant - SLFN0002 (Reorted by )

Determination Technology - Determination Using Conditions that Can Be Transported

Rule Type - Workflow Conditions

Action Merging - Max. 1 Action for Each Action Definition

Processing type- Smart Forms Mail

Form Name        -    CRM_REMINDER_MAIL_01

Processing Class  -    CL_DOC_PROCESSING_CRM_ORDER

Processing Method -    CRM_ORDER_EXEC_SMART_FORM

Archive Mode      -    Mail only


After defining action definition back to T.Code SPPFCADM

Select appl. CRM_ORDER and Condition configuration

For  SLFN0001_ADVANCED, created action profile defined in the previous step (Z_SEND_MAIL_VIA_ACTION_SENDER)

As mentioned in about link by Dolores

Defined new Start condition for action profile :

Name: Send_Mail Object Type: BOR BUS2000223

Start condition :    &CRM Service Request.User Status&  = E0002SLFN0001

Schedule Condition : No Condition (Seen as Fulfilled)


I dont know what I missing here due to that email is not getting triggered and cannot even see any email action in "Action" tab of Support Message


if I am  not wrong I have to make changes on SLFNxxxx related transaction type for "Service desk ", not in SMIN transaction type which is for Incident Management


Please help


Thanks

Regards

Jain Pankaj

Viewing all 8675 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>