Application Development 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: 

Require table details get sequence overview line item details in CO02

bhagaban_pradhan2
Participant
0 Kudos

Dear All,

Production Order changes in CO02 with sequence details screen where i changed request op. with short text. My question is there any table to get Overviews seq details which are displayed in Overview Sequence screen.

After click sequence overview button.......it opened .

i change some sequence op. and save.

Please can you advice which table store these details. I debugging this t-code where i found some structure but unable to find which table it was going to store.

with regards,

Bhagaban.P

3 REPLIES 3

Jelena
Active Contributor
0 Kudos

Is there some problem with using SQL trace (ST05) to find the answer?

Also SE11 -> structure AFFLD (got it from F1 on the field) -> data element for LTXA1 (= FLGTEXT) -> "where used" -> Abracadabra!

And Google -> how to find table field from structure site:sap.com -> 67,000 results

Debugger is the last tool, I'd go to for this.

0 Kudos

Hi Jelena,

Thanks you reply. But as per you advise i tried all method even Debugger also.

I debugging the tcode-FO02. But i m able to get structure i.e AFFLD. also i got one internal table which contain all the line item details except short text LOOP_CTR_BUF[ ]. But not able to find the table name corresponding these entry.

In debugger i try to find out the short text but that was getting by some function module. But when i run this function module externally it given dump.

I my be mistake some step. Kindly advise some more with elaborate.

regards,

Bhagaban.P

Jelena
Active Contributor
0 Kudos

What results are you getting when using SE11 ... "where-used" method described above?