cancel
Showing results for 
Search instead for 
Did you mean: 

Selection Screen field selection in logical db PCH

Former Member
0 Kudos

Is any one have any idea how to code the select option part such as..

report should run if PCHOBJID is selected

or any other (custom define field in parameter) field which is not PCH field.

I will really appreciate.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Are you looking for a search help or a search help exit? Or are you looking for an event that would trigger a report?

Former Member
0 Kudos

What exactly is ur requirement? You want to use LDB PCH & u have a custom field parameter & u want to validate it?

Then after GET OBJID, you can check for ur custom field for the data & then only you can proceed further by using an 'IF' statement.

If this is not your query, then explain in brief clearly your requirement, so that we can help you.

Thanks,

Sarika.

Former Member
0 Kudos

I need to run the report with any of 3 options

(1) objid (2) kostl and custom define infotype field.

it is working fine with option 1.

I have use the CREATE OBJECT to use the CLASS/METHOD.

because of this CREATE OBJECT when I try to run through kostl

it takes wrong objid value(00000000) at this line eventhough i have provided the correct value before it.

MOVE ORG->OM_DATA-OM_OBJECT-SHORT TO ITAB_LIN-SHORT.