Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while running the tcode....EASISI

Former Member
0 Likes
1,513

hello Experts,

I am trying to execute the tcode EASISI with a varient.....

All the proper values are given to....... Simulation From,Simulate To,Document Date,Posting Date,Installation,Invoicing simulation,Simulate invoic. for ind. doc., and Billing simulation.

When I run with these parameters assigned,the Simulation is getting terminated with the message

<b>"Field Base Unit of Measure must be blank (Account 0000800500 MYUC)' and "Invoicing of invoicing unit (account 4) terminated'.</b>

I checked the UOM in the account specified and it was blank there.

Can anyone guide me....what exactly the problem is and how to solve it...

Thanks a lot for your valuable time.....

~~Guduri

1 ACCEPTED SOLUTION
Read only

Former Member
1,164

Any further suggestions or guidance plz..........

9 REPLIES 9
Read only

Former Member
0 Likes
1,164

Can anyone guide me plzzzzzzzzz

Read only

Former Member
0 Likes
1,164

I'm not familiar with this particular t-code (which is actually for running a report, according to the help). But when all else fails, try debugging. Just choose your variant. Then enter /h in the command field and the top of the page and hit enter. Now execute the simulation. Step through the program until you see where it is using the account to get unit of measure or invoicing details. I hope this helps.

- April King

Read only

Former Member
0 Likes
1,164

Any long text witht he error?

Rob

Read only

0 Likes
1,164

Rob...

Long text for the first error----


Message no. >0083

Diagnosis

You cannot make an entry in field Base Unit of Measure (due to th

status specification you made in the G/L account master record fo

field).

System Response

Error message

Procedure

Delete the value you entered in field Base Unit of Measure.

Long text for the second error-----

Invoicing of invoicing unit (account 4) terminated

Message no. EB007

Diagnosis

Invoicing of the invoicing unit (grouping of documents to be invoiced in

the system) for the specified account could not be performed correctly.

The reasons can be found in the previous lines of the log.

You can find a list of documents which form the corresponding invoicing

unit at the end.

Procedure

Look at the previous lines of the log and correct the errors specified

there.

Please guide me....

~~Guduri

Read only

Former Member
0 Likes
1,164

Can anyone has some idea about this problem....

plz its bit urgent....

Read only

Former Member
1,166

Any further suggestions or guidance plz..........

Read only

0 Likes
1,164

Not familiar with the transaction but I can suggest that you should first search service net (OSS) for any note with the message ID/number as search term. Also search for them in the code and see under what conditions it occurs and try to trace it back to either the data that you are entering or the config data or any derived data and see what should be done to avoid it.

Read only

Former Member
0 Likes
1,164

Anyone can give more information regarding this... what exactly going wrong....

thanks a lot for your anticipation

Read only

0 Likes
1,164

Srinivas is right. Please see if any of the following notes are helpful:

https://service.sap.com/sap/support/notes/1052943

https://service.sap.com/sap/support/notes/883240

Also, look at the variant itself (not just the selection screen) to make sure that the variant isn't pulling additional values from TVARV. You may need to create a new variant, entering the required values yourself. First try running the simulation with the values that you want. Then if that works, create your variant with those values.

- April King