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

Re: BPCA

$
0
0

Hello Rohan,

I did that...but data is not populating in the table......

RS1_SEA_NO_DATA.PNG


Re: STLBEZ field in production order

$
0
0

NAVDEEP,

 

Also study these lines of AFKO table.

Capture1.JPG

 

  • When PLNNR field (Tasklist Group) is filled then PLNBEZ is filled.
  • When STLTY field (BOM Category) is blank your STLBEZ is blank. (Other rows showing STLBEZ are having 'M' as BOM category which is Material BOM)



Good luck

KJogeswaraRao

Re: Conectarse a BD de SAP con Sql para interface

$
0
0

Entonces, el provider que estoy usando es el correcto?

Si SAP estuviera en Oracle, que provider debería utilizar?

 

La interface si es un desarrollo, pero ese no me preocupa, en cuanto pueda hacer la conexión y poder ejecutar algunas consultas que me retornen información es suficiente.

 

de ante mano gracias por tu atención.

 

saludos.

Re: Deleting history information using COMMIT ID

$
0
0

Hi Gopal,

 

Thanks for your response!


I tried the approach you suggested but it is not working for me. Can you please point where I am doing this wrong?

 

 

I did the following

Used this query to find the COMMIT_ID for my user (after a particular commit ID)

 

SELECT * FROM TRANSACTION_HISTORY where APP_USER='nsonachalam' and commit_id>2404642725 order by commit_time desc

 

These were my commit ids

2404646500 - I updated the same record ( EMP_ID =1 and NAME=' Niranjan Sonachalam')

2404644916 - I Inserted a record ( EMP_ID =1 and NAME=' Niranjan')

 

I set the history session and deleted the latest commit, I was expecting to see NAME='NIRANJAN' only

SET HISTORY SESSION TO COMMIT ID 2404646500;

DELETE HISTORY FROM TBL_EMP_DETAILS;

 

I changed the HISTORY SESSION back to NOW and queried the table. The record still exists as "Niranjan Sonachalam" and moreover I can still query the history using the deleted commit id

 

SET HISTORY SESSION TO NOW

SELECT * FROM TBL_EMP_DETAILS

 

SELECT * FROM TBL_EMP_DETAILS AS OF COMMIT ID 2404646500;

 

 

Where am I going wrong?

 

Thanks,

Niranjan

Re: Personas 3.0: .setTimeout(): The time interval does not show impact.

$
0
0

Looking forward to hearing if you made any progress with this.  I'm doing some testing within Personas 3.0, and am running into a similar issue.  For comparison, the part I am having trouble with is simply clicking a button - here is the code I used:

 

function pressEnter(){

  session.findById("wnd[0]/tbar[1]/btn[8]").press();

}

setTimeout(pressEnter,5000)

 

With the above, the button is never 'pushed.'  I've messed with it all afternoon and made no progress.

 

Did you ever figure out how to get your setTimeout working?

Re: Strange behavior with sap-ui-debug

$
0
0

it takes an old Component-preload

 

in debug mode it uses individual files

Re: Gantt charts in SAP commercial project management

$
0
0

Hi Johannes,

 

I activated necessary Business Functions for executing PSHLP10/20 as highlighted below :

Business Functions Activated_Gantt Charts_AI1.JPG

 

However ,the Gantt Charts are not getting displayed.

 

1.JPG

 

Can you suggest some way to resolve this?

 

Thanks

 

Regards

Shubham

Re: Error handling or new mechanism for not reading the empty file

$
0
0

Hi Chethan,

 

Thanks for your answer.

 

I have doubt on Execute 'wc -c' on source file, where can I write this code in the script itself? Could please help me with that.


Re: Deleted operation in AFVC

$
0
0

jeyshankar,

Review these years old open threads of yours and consider closing wherever applicable. Your content is here: Your content

 

Good luck

KJogeswaraRao

Re: System Copy - Error during the sapinst (User tables belonging to the dbo schema were found in the database...)

$
0
0

This also worked for me. Being only a sandpit I wasnt too worried about dropping those tables but I guess me being me I'd like to know what their purpose is and why they are there

 

Cheers

SAP Career Path

$
0
0

Dear All,


I am SAP ABAP certified and I never work as ABAP developer, most of my experience in MM, PM, and PS modules, not as a consultant but as support and trainer, so when I am trying to find a job I cant apply for ABAP developer because I am still fresher, also I cant apply for MM, PM, PS consultant because I am not certified, i.e I have a very good knowledge about each field, which it is give me a very good advantage when I work with any module team, but I am not in that deep of knowledge like a consultant.

 

Any advise how can I use this wide knowledge in order to select a SAP career path, instead of be a specific in any SAP module? or I must select one field to be specialist on it?

 

Regards,

M Albdour

Profit center wise balance sheet without New GL

$
0
0

Hi Experts

 

My client wants to generate profit center / segment wise balance sheet and it is not using New GL currently.

 

Before they migrate to new gl, is it possible to generate profit center / segment wise balance sheet ? Please suggest.

 

-Thanks

Kapil

Re: INSERT INTO TABLE (SELECT ...) Poor Performance

$
0
0

Hi Dmitry and Bojan,

 

I was trying to apply your suggestions to get some idea about the core problem. Suddenly, it started to work fine. The whole process is now being executed in less than 1 second. I don't know how it fixed, but it's good now.

 

I am now wondering what was the problem and what changed. Is HANA not stable?  I am using version 1.00.110.00.1447753075 (fa/newdb100_rel).

 

Maybe (just came to my mind), is it possible that it is because of full text index operation? To be able to use text mining function (TM_GET_RELATED_DOCUMENTS), I need to create a full text index on table "TABLE_TEST" and then execute MERGE DELTA OF "TABLE_TEST". As far as I observe, indexing require some time to be completed. I wasn't able to use TM_GET_RELATED_DOCUMENTS function right after I created the full text index. I need to wait for some time. Maybe it needed more time to be able to execute all processes in normal time. Maybe, there is a bug there. I really don't know.

 

Anyway, I will test it couple of days. If the same problem occurs again, I will try to come back with some hints about problem as you suggested.

 

Note: Btw, I cannot get PlanViz, because it says "[PlanViz] unsupported statement type: (prepare) trace-only execution of update statements are not supported"

 

Thanks

Re: Unable to open oracle database after recovery

$
0
0

Some of the replies are amazing.

Could you check whether the source system Oracle version and the target system version are on same level, including the patch level. Eg: 11.2.0.3

If the systems are not on the same release/patch level then you cannot do a backup and restore.

Re: F-28 BTE/Enhancement/User Exit triggered after saving

$
0
0

Just curious, what kind of document is posted after F-28.

 

What is the business process, can you explain?


Re: BPCA

$
0
0

Hello Jan,

Processing log looks fine.

ss1_processing_log.PNG

Re: INSERT INTO TABLE (SELECT ...) Poor Performance

$
0
0

Hi Inan,

 

But then I'd epxect that performance of SELECT statement would also be affected which, as you stated, was not the case.

 

BR,

 

Dmitry

Is 'push down to database' optimization technique applicable when source and target are SQL server databases?

$
0
0

Hi All,


Is push down to database optimization technique applicable when source and target are SQL server databases?


Shweta

Re: INSERT INTO TABLE (SELECT ...) Poor Performance

$
0
0

I thought that maybe there was a situation on background which only affects "INSERT INTO" statement, but not "SELECT" statement. But now I think, my thought was ridiculous, you are right. It seems it wasn't the case.

 

As I said, I will keep testing it. If the query slows down again (hope it won't), I will be here

 

Inanc

Re: Fiori Launchpad adds a GUID in front of UI5 app path

Viewing all 8902 articles
Browse latest View live




Latest Images