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

Re: Incorrect column data loaded after initial load

0
0

Hi Steffi,

 

Thanks for the additional info. This is my first time working with SQL statements to IDM views.

 

I'll be away for the next two weeks so I'll have to pick this up when I return.

 

Cheers, Paul


Re: Report on todays invoices

0
0

Hi,

 

Try this query:

 

SELECT T0.[DocNum], T0.[DocDate], T0.[CardCode], T0.[CardName], T1.[SlpName] FROM OINV T0  INNER JOIN OSLP T1 ON T0.SlpCode = T1.SlpCode WHERE T1.[SlpCode] = '28' and  T0.[DocDate]  = CONVERT(VARCHAR(10),GETDATE(),110)

 

I don't think your OCRD table in your query.

 

Thanks & Regards,

Nagarajan

Re: CRM Web UI Personalization Issue

0
0

Hi Lalitha,

 

Reset to default button, resets the configuration of the view as per available in bsp_wd_cmpwb.

 

I guess in your case, the correct configuration is not getting picked up as you are expecting. Please check Do_Config_determination method and set your configuration key using set_config_key method.

 

Regards,

Jotsaroop Singh

 


How to change ACH File ID Modifier in ACH CCD File in SAP SAPFPAYM program?

0
0


Hi,

 

We are using ACH CCD File transmission using PMW to send ACH file to get incoming customer payment to the bank. In one F110 run, we have multiple house banks in a single company code, so we will have three different files to send. Here our issue is since these three files are generated through a single payment run, the date and time stamp on the three files will be same so we will have the same File ID Modifier in the Header record of the ACH file. But bank is not able to identify these three files as unique files because the File ID Modifier is same for all three files. In SAP unless these files are generated at different time, they all will have same File ID Modifier. Now we need to change this as per banks requirement. Can any one please help me on how to do this?

 

Thanks,

Ramesh

LSMW for movement type 309

0
0

Hi All,

 

We have a new requirement wherein we need to transfer stock from material to material (everything else remains same - valuation area, Sloc, base UoM etc.) We have thousands of materials to materials movements to be posted.

 

I referred few threads which explains how we can achieve this using LSMS.

 

Example:

LSMW for movement type 309

 

My question is - once we select a method, say BAPI or IDOC as per above thread (as mentioned by Jurgen), how can create a corresponding input file that can handle multiple lines to be used in LSMW?

Is it going to be a flat file?

 

What I am doing is - I am creating source fields based on required fields like posting date, material, plant. Sloc etc. and based on source field I am creating a text file.

Is this correct approach?

 

Thanks,

Pat.

Re: Preparation for SAP HCM Associate Certification Exam

0
0

Hi Kunal

I was going through the questions online, some of them are easy ones and some of them require hands-on experience in SAP HCM,

I am new to SAP HCM and planning to write the SAP HCM exam soon, The online sample questions for SAP HCM are mostly based on the practical knowledge of configuration, is there a book available through which I can practice real case scenarios so that I can have better understanding of SAP HCM to give the exam. Any suggestions and exam related info is appreciated.


 

Please reply.

 

Thanks so much

 

Ruchi

Re: extract data from hash map for target structure mapping

0
0

Hi Mike,

 

Ok, the only possible place I can see for a NullPointerException is the for loop with this code based on what you have included:

ArrayList<String> al = matmap1.get(coreid[i]);  
matmap1.remove(coreid[i]);  
for(int j = 0; j<al.size(); j++)  
{  
result.addValue(al.get(j));  
}  

It looks like you have hard-coded a test key of "A" with an ArrayList of one value.  If you test with a payload that includes any material that is not equal to "A" then you will get a NullPointerExeption in the for loop processing.  The reason why is that the HashMap will pass back a null value for ArrayList<String> al when the key doesn't exist so you cannot call al.size() on your check condition for a null value.  Can you confirm that you are only testing this with a payload materialID of "A" in your sample?

 

 

 

Regards,

Ryan Crosby

CHARM Custum status, action - ZMMJ

0
0

Hi,

i am a big fan of standard Normal change workflow but i need to add custom status to have better control on the changes flowing through.

i am on 7.1 SP6

 

my landscape is: DEV --> TE --> QA --> PRD

 

Updated normal change workflow (proposed): To Be Tested --> Successfully Tested --> QA Approved (new) --> CCB Approved (new) --> Imported to Production

 

I want to leverage the status based import process for both QA and PRD.

 

So the transport import job for QA via tasklist will run on 'QA approved' status and PRD will run on 'CCB Approved' status.

 

Once the changes are moved to PRD using the project tasklist, I want the status of Normal change to be set to 'Imported to production'.

 

please, let me know if anyone has attempted this....and please share the steps to achieve the proposed workflow.

 

thanks,


Re: Material Rule Based Workflow Hours to Completion

0
0

this is a basic notification feature and has nothing to do with extended notification. basically, the MDG workflow will use the number of hours you enter to send a simple e-mail to the processors if they didn't complete their task. in general, it is recommended to use extended notifications instead of this. at the same time, you can build a more sophisticated e-mail notification following this document How To - Master Data Governance for Material: Send a Mail Notification During the Governance Process.

 

here is the text of the e-mail that is triggered by the EXP_COMPLETE_HOURS:

 

************************

Dear User,

 

 

You were assigned as processor of change request #CHANGE_REQUEST.CREQUEST#. It has expired. Please check your BRWF workflow tasks and proceed with this task.

 

 

For any problem, please contact system administrator.

 

 

Best Regards

 

SAP Workflow

 

*******************************

Re: WF_INITIATOR does not exist and cannot run my normal WF

0
0

Thank you, here it goes Romen...

Capture-04.PNG

Re: SQL Expression Node Visibility

0
0

Thanks, Don. But the link doesn't work.

Re: ESS / MSS - is there a way to view Histories of FORMs submitted and processed?

0
0

Hi Alan,

 

I think the best we could get is Process Browser application.

 

Can you refer this link and see if this helps.

 

Also try the WD Application - ASR_PROCESSES_DISPLAY.

 

Thanks

Raja Sekhar

Re: 911: My HANA One system on AWS has fallen and it can't get back up - Indexserver crash

0
0

Hi Bill,

 

I do not think it was the Row Tables, but the data load for the indexserver and HANA.

 

If loading 30G of DATA, using the HANA One 60G AWS instance and from the DF list of volume usage, it looks like you did not have enough room on HANA which is prob the root cause of the crash.

 

HANA requires 30 of the 60G from HANA One to run its application/services/etc - so in reality, there is only 30G of memory that is available. I know you are well versed and a HANA expert, as I have followed many of your posts, so if you knew this and does not apply - just trying to help!

 

Cheers!

How can I consume consignment material (K) directly in IW41 ?

0
0

We can enter consignment material in IW21 but when going to IW41 in the Good Movements the rows are empty.

 

I understand I have to activate a SPRO to be able to use Maintain Mov Type for PM/CS Ord, and include more movement types in IW41.

 

But I found strange that in IW41 the goods movement is empty since it should copy the already entered data in IW21, so maybe I am doing something wrong.

 

If someone could point out my error I would appreciate it.

 

Regards,

Carlos 

Re: Lumira Error - HDB 05004 unable to share Data Set & Story Board on Cloud

0
0

The publishing file size limit from desktop to cloud is 200MB


Re: Query with variables

0
0

Hi,

 

This is standard system behavior. Since you are querying OCRD table, system always show full customer list regardless of condition in query.

 

Thanks & Regards,

Nagarajan

Re: Agentry Transaction Screen Tab

0
0

Thanks Jason.

Got your point. Good suggestion, however it is REALLY REALLY a long list, and agentry does not have something like HTML anchor, we have to put them in tabs.

 

I found I can use object screens with screens(tabs), and put Field push button to trigger transaction. A little bit extra work though but most flexibility.

Re: Calculation in Workbook

0
0

Hi Bond,

 

Can you try with excel formula and save your workbooks.

 

Regards,

Ganesh Bothe

Re: Application Controller

0
0

OK I found the answer. I needed to put the application controller class in the box marked webdynrpo for it to be used - despite it not being a web dynpro component.

Re: Workbook

0
0

Hi bond,

 

If you are passing some selection to query that means it will restric dataset for that perticular selection So i doubt without changeing the query we can do this.wait for others replies.

 

Regards,

Ganesh Bothe

Viewing all 8798 articles
Browse latest View live




Latest Images