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

Re: How to assign fiscal year varaint and transaction to Non leading ledger after go live

$
0
0

Hi Mani,

 

Thanks for the prompt reply.

 

When I am going to test this scenario in quality, system giving below message:

 

 

You have activated new General Ledger Accounting and are assigning a new

ledger to a company code.

 

To ensure the consistency of the data for a company code that is already

used, other activities need to be performed, such as the following:

 

o   Define assignment time/date

 

o   Ensure completeness

 

o   Build opening balances of the new ledger

 

This function can only be performed with the assistance of the SAP

General Ledger Migration Service. For more information, see SAP Note

1227504.

 

o   If the ledger is assigned to a company code that is already used in

    your production system, you need to cancel the assignment and start

    by activating the migration service. Otherwise, it is not possible

    to update the posting data consistently to the ledger or to build balances.

 

o   If the company code to which the ledger is assigned is not used in

your production system, you can save the assignment in this step. In

this case, however, it is not possible for the data in the ledger to

be complete, and the opening balances cannot be built for the

ledger.

 

o    If the company code to which the ledger is assigned has been created

as new, you can save the assignment in this step and build the data

by transferring it from the feeder system or by using opening

 

It will be risky to apply new ledger in existing company code.

 

Now I need to check the SAP note to see the actual impacts. If you have done same kind of activity before so please share the manual to, if available. Appreciate for your efforts.

 

Thanks

Deepak


Run Payroll for Left employee with out Payment

$
0
0

Dear Gurus,

 

I want to generate Salary for employees who left during the month along with regular payroll run but no payment must be made for these employees. so that i can use RT results for paying it in Full & Final Settlement.

 

I was wondering whether locking an employee record in IT0003 would do this.

 

Thanks for your help.

 

 

Regards,

Ramya

Re: Beta site experience

Re: Multi Mapping with Dynamic FileName - how to remove the target field which is used for variable substitution in SFTP Adapter

Plants abroad tax

$
0
0

Hi,

 

I'm trying to enter vat registrations numbers for a US company code.

 

but i'm unable to enter the registration numbers for Mexico and China as it is throwing an error.

 

Entry of a VAT reg.no.is only possible for co.codes in EC countries


Please help in how to enter the registration numbers for mexico and china for a US company code.

 

As this company is registered in Mexico and China, i need enter the VAT reg. no.

 

 

Thanks

Re: How to assign fiscal year varaint and transaction to Non leading ledger after go live

$
0
0

Dear Deepak,

 

When did you get above message ?

 

Regards

Mani Kumar

Re: Un agradecimiento a todos en especial al señor Chris Pollach

$
0
0

Gracias a mi amigo por las amables palabras!

SDI Agent installation

$
0
0

Hello,

 

We are trying to install the SDI agent for the first time. In the installation instructions we found the following:

 

"The Data Provisioning Agent must be installed on the same operating system as your source database, but not necessarily on the same machine. For information about operating system and DBMS compatibility, refer to the Product Availability Matrix. "

 

Does it mean that if we want to replicate data from SQL, DB2 and Teradata we need to have 3 installations of SDI Agents on 3 different servers?

 

 

Thanks,

Amir


Re: Event handler issue

$
0
0

Hi,

Based on the coding, can you check what relevance conditions I need to check here so that the issue can be resolved

Re: Info Object displaying only Text instead of Dimension.

$
0
0

Check the info object properties in BW system.from there activate the display key value

Re: dump in migo

$
0
0

i debug into the code,and find that at first it creates a belnr number by using a functiondebug1.png

the table has only one line,and the value of the field 'BELNR_I' is '$        1',the generated belnr is in field 'BELNR_E'

debug2.png

and then loop table 'mt_acdoc_projected' to get generated belnr by matching field 'BELNR_I'

debug4.png

debug2.png

as you can see,the value in table 'mt_acdoc_projected' is '%      1' and '&       1',but in table 'mt_acdoc_number' there is only one line with value '&      1',so the sy-subrc return 4 when read table with key .

debug5.png

i don't know what happened with it,maybe there are some error in item table?

Re: Get Id for Checkbox in Objectlist Item

$
0
0

Hello,

 

Many thanks it is very close to my requirement. But couldn't solve my problem reason this is dealing with sapMCb but my thing can be controlled by sapMCbBg. So when I am using that I am able to get the correct ID which I want to attach my custom style but unfortunately sap.ui.getCore() returns nothing!

 

I am wondering why? sap.ui.getCore() is at the base level and should return the context of the selected check box.

 

So still need your help.

 

Many Thanks!

Re: Statement "MOVE src TO dst" requires operands "dst" and "src" to be convertible. Data objects in Unicode programs cannot be converted .

Re: How to create period based planning in account based COPA

$
0
0

Thank you, Do you also have account based implementation document available?

Re: dump in migo

$
0
0

When you have a short dump with standard SAP program, first search for SAP corrections (as explained in the SAP note). There are lots of notes for "CL_FINS_ACDOC_POSTING_EVENTS ASSERTION_FAILED".


Re: Maximum size of ALV Grid

$
0
0

No limit defined. It may vary. It dépends on SAP GUI version, memory available, etc.

 

Edit: And it will depend of network, if the internal table is too big, the user will have to wait for a long time...

Re: [only NWA] update max runtime value of a SAP Scheduled Job

$
0
0

It is a simple custom Job written in JAVA (IDE: NetWeaver Developer Studio, deployed as EJB/EAR) using source code:

 

/**
* Message-Driven Bean implementation class for: HelloJob
*
*/
@MessageDriven(activationConfig = {        @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),        @ActivationConfigProperty(propertyName = "messageSelector", propertyValue = "JobDefinition=\'HelloJob\' AND ApplicationName=\'sample.com/utils~job~hellojob~ear\'") })
public class HelloJob extends MDBJobImplementation {    /**     * Default constructor.     */    public HelloJob() {        // TODO Auto-generated constructor stub    }    @Override    public void onJob(JobContext jobContext) throws Exception {        Logger log = jobContext.getLogger();               JobParameter jp = jobContext.getJobParameter("TSleep");               int time = Integer.valueOf(jp.toString());               log.info("Hello Job 01 exec at " + (new Date()));               Thread.sleep(time * 1000);        log.info("Hello Job 02 exec at " + (new Date()));    }
}

 

Using 2000 second the following error appears:

01.png

Re: SD document 60000446 is not in the database or has been archived

$
0
0

Are you sure that sales document is created? Is a database commit executed after the call of bapi? Bapi returns the sales document number, but it's not written to the database without commit.

Re: Crystal Reports prompting for login details when accessing

$
0
0

CR for VS runtime platform is for your application setting and not the OS.

Since you are using the 32 bit CR runtime your project must be the same.

So in your project set the platform to x86 and not AnyCPU.

 

And the Oracle Client must be 32 bit as well.

 

Don

Re: Sending work item as attachment in Email (Outlook)

$
0
0

Hi Siddhartha,

 

If its something you are trying directly in Dev, Give the below method a try.

1. Put a logic in your workitem exit so as to put it in infinite loop in debugging.

2. Have a logic inside it so that you can come out of infinite loop.

3. Launch your debugging from SM50 Transaction.

 

I think you will get some idea as why it is failing if you try this.

Hope this helps.

 

Thanks

Tirthankar

Viewing all 8667 articles
Browse latest View live




Latest Images