cancel
Showing results for 
Search instead for 
Did you mean: 

RAWSTRING values in Debugging

bharath_k6
Active Participant
0 Kudos

Hi,

Can anybody please guide or help for below 2 points.

While debugging SAP TM applications, some field values are coming in RAWSTRING. During runtime in debugging it has become a difficult task to identify what is the exact value(String or char value) until the correct value displayed in UI.

It is more easier in normal ABAP debugging, to check the data coming fine or not we can cross check in the SAP database table by giving key field value.

But i believe we can not do the same here in SAP TM because the data displayed is RAWSTRING and same format is not stored in database.

1. Is there any mechanism in BOPF using which we can cross check or confirm the values are coming fine.

2. For every record i see KEY, PARENT_KEY, ROOT_KEY . What are these and how they are generated? what are they pertaining to?

Thanks,

Bharath.

Accepted Solutions (0)

Answers (1)

Answers (1)

Clark_Huang
Advisor
Advisor
0 Kudos

Hi Bharath,

1.You can run BOPF test ui to check the values. T-CODE: /n/bobf/test_ui

2.The three fields are mandetory for BOPF combined structure.

They are all the DB keys of datatables and generated by hierarchys fo BOPF node.

Best Regards

Clark Huang

bharath_k6
Active Participant
0 Kudos

Hi Clark,

Thanks for your answer.

Can you please explain more with an example?

Thanks,

Bharath.

Clark_Huang
Advisor
Advisor
0 Kudos

Hi Bharath,

Run BOPF Test UI.

Check the three fields of trq item.


KEY = TRQ Item DB key (/SCMTMS/D_TRQITM-DB_KEY)

PARENT_KEY = TRQ Item's Parent Node = TRQ Root DB key (/SCMTMS/D_TRQROT-DB_KEY)

ROOT_KEY = TRQ Item's Root Node =  TRQ Root DB key (/SCMTMS/D_TRQROT-DB_KEY)

Best Regards

Clark Huang

bharath_k6
Active Participant
0 Kudos

Dear Clark,

Could you please help me with a detailed example.

After launching the Test BOPF, i can select by query or by key or by alternate key.

Please help me what to choose when and how?

If you have any document how to test BOPF, would be a great help.

Thanks,

Bharath.