Tips On Infoset Queries

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

26/09/2016

10UsefulTipsonInfosetQueries|SCN

GettingStarted Newsletters

Hi,Guest

LogOn

JoinUs

Products

Services&Support

AboutSCN

Downloads

Industries

Training&Education

Partnership

DeveloperCenter

Activity

LinesofBusiness

UniversityAlliances

Events&Webinars

Innovation

Browse

10UsefulTipsonInfosetQueries

Store

SearchtheCommunity

Communications

Actions

Version18

createdbyJogeswaraRaoKon24Oct201315:44,lastmodifiedbyJogeswaraRaoKon07Mar201602:09

Share

19

Tweet

Like 23

Introduction
Often it is seen that. Infosetquery users, stop exploring at the 1st hurdle and switch to ABAP report programs, for
requirementsalittlebitbeyondsimpleones.But,itistheauthor'sexperience,thatwecanusethistool(InfosetQuery)
given to Functional people by SAP, to reach very close to the ABAP report programs, with features like those
discussedinthe otherdocumentandalsosomediscussedhere.

Inthisdocumenttheauthortriedtoputtogetherthepiecesofhisknowledgetopresentintheformofadocument.

Tip1

TohaveaTcodetoyourworkinInfosetQuery.

Thefollowingscreenwithreportnameappears..

NowyougivethisreportnametoyourABAPerandaskhimtocreateaTcode
OR
YoudoityourselfthroughSE93Tcode,ifyouhaveaccess.

StepsforSE93

http://scn.sap.com/docs/DOC48128

1/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN

AndSave.ThusyourInfosetquerywillnowbeworkingwithTcodeZTCODE
(ThisappliesalsotoQuickViewerreportSQVI)

Tip2

CallingReportsfromInfosetQueryreports.

TheoutputofyourquerycontainskeyfieldslikeNotificationno.,EquipmentNo.etc.
ItisnaturalthatonewantstogototheNotificationscreenortheEquipmentscreenfromtheoutput.

Dothisway.

InSQ01

Wegetthisscreen

Clickhereon

thenon

thenselect

Intheresultingpopup,specifytheTcodeyouwanttolinkwiththeRowintheSQ01output.
SayIW23andSave.

http://scn.sap.com/docs/DOC48128

2/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN

ItisDone.
NowuponD'clickinganywhereonaparticularlineiteminthequeryoutput,youaredirectedtoIW23screenofthe
notificationofthelineitem(row).

Youcanhavemanysuchreportassignments.
SupposeyouwanttohaveIW22also.ThenrepeatthesamestepsabovetohaveIW22Tcode.

NowwhenyouD'click(anywhere)ononelineitem(row)oftheQueryoutput,youwillbepresentedapopupmenuto
selectwhichoneyouwant.i.e.,
DisplayNotificationorChangeNotification.Youaretakentothecorrespondingscreenasperyourchoice.

Note:
1.IfyourReportAssignmentoptionisfounddisabled,thenthereasonandsettingtorestoreishere:
'reportassignment'availablein'SQ01'

Howtomake

2.Wealwaysneedtorememberthat,afterTcodeassigning,themodificationsdoneinSQ02orSQ01wouldbeineffect
totheTcode,onlyafterexecutingSQ01once.
3.MoreDetailsonthissubjecthere: CallingReportsfromanInfosetQuery

Tip3
Makeyourreportcolorfulwithgivingdifferentcolorsinordertogroupcolumns

InSQ01BasicListScreen

HerejustDrag&DropthecolorfromRightToolBoxtothedesiredfieldintheCentreportion.
OR
DoubleclickonafieldintheCentre,todisplayfielddetailsandcoloroptionsontheleft.Nowyouselectthecolor.

Exampleofsuchoutput.

Tip4
AlwayshaveSelectionFieldsfromInfoset(SQ02).
WhatdoesthismeanandWhy?

Thismeans
WehaveoptionsforSelectionScreendesigningbothinSQ02andinSQ01.Itisadvantageousifwedeclareselection
optionsinInfoset(SQ02),

Hereishowwedoit.(IntheExtrasarea),GotoSelectionsTab,ClickonCreateicon,selectSelectionCriterionor
Parameterlikebelow.

http://scn.sap.com/docs/DOC48128

3/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN

AnddefinetheSelectionfieldasunder.

ObserveherethestringswritteninExtrasfield.
OBLIGATORYmakesthisfieldintheselectionscreenmandatory.
NOINTERVALSremovestheselectionrange(RemovestheTofieldoftheselectioncriterion)
NOEXTENSIONremovesthemultipleselectionpushbutton
DEFAULT'M2'providestheM2valueasdefaultinthefield.

Likewiseyoucandesignaselectionscreenasshownbelowbydefiningfieldsoneafteranother.

Notethat,wecandeclareonlyStandardSelectionFieldshere.AdditionalFieldsaretobetakenintoSelectionScreen
onlyfromSQ01.

The disadvantage in having these standard fields into selection screen from SQ01 is, the previously used values
reappearasdefaultsfornewrunningofthereport.Weneedtoeraseandtypeourvalues.Alsothereisnoprovisionfor
makingafieldmandatory.

Tip5

ThisistodevelopqueriesinStandardArearatherthaninGlobalArea.

Whatisthis?
SeetheoptionbelowinSQ02whilecreatinganInfosetQuery.

http://scn.sap.com/docs/DOC48128

4/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN

IntheQueryAreasabovewehavetwooptions:GlobalArea,StandardArea.
WhenweareworkinginDevelopmentServer(client200or210),weworkinGlobalAreaoption,whichgeneratesa
transportrequest,subsequentlythiswillbetransportedtoQASandPRDattheendofwork.

WhenweselectStandardAreaasthenameindicates,itisclientspecific.ThismeansyoucandirectlydevelopinPRD
withthisoption.TohaveaTcodeforreportsdevelopedso,weneedtousethesamewayexplainedearlierinthis
document.Butitistobenotedthat,wegetthereportnamefromthePRDclientwherewedevelopedthereport,and
createaTcodeinDevelopmentserver(client210or200)andsamewillbe.transportedtoPRD.(Onetimejob)

The main advantage I always enjoyed here is, the moment some addition/deletion/modifications performed on this
repor,itisinstantlyavailableinPRD.
(Nohasslesoftransportrequests).OnlyrequirementistorunSQ01once.TheTcodewillbegivingthechangedreport.
Also,thetestingofthethereportworkisdoneinaperfectenvironmentwithrealtimedata.

(WorkingthroughtheGlobalAreaoptioninDevelopmentclientsmaybehavingitsownadvantages,likeworkbackup
,butIneverfeltsuchnecessityinmyenvironment.IfneededwecanhaveacopyreportinPRDitself)

Tip6

Incasewedonotwantacertaincategoryofrecordsintheoutput,thengotoSQ02>Extras>Codetab>Record
Processingsection,and
Giveacodelikethesamplegivenbelow.
(checkviqmelabckz<>''.)

Whatdoesthisdo?
Withthiscode,theInfosetquerydoesnotbringanyrecordswheretheABCindicatorfieldisblank.
Likewiseifyougiveacodelike:checkcrhdarbpl<>'xyz123'.
theoutputwillignoretherecordswithmaint.workcentervalue'xyz123'.
(Notethatthesearepermanentfilters,ForoptionalfilterseithertheSelectionScreenORtheFilterintheALVoutput
displaycanbeused.)

Tip7

F4helprelated
F4Helpisnotavailableininfosetquery.

Tip8
HowtocreatearadiobuttoninSAPQuerySQ01/SQ02.

Tip9
Userdefinedfields

Tip10
Weknowthat,theinfosetreportsworkonTablejoinsinInfoset.Incomplexcases,wheremanytablesarejoined,the
correctnessofreportdependsuponthequalityofjoinswedefine.Thoughsystemsuggestssomejoins,usercan
definemorejoinsasperhistableknowledge.Thisiswhatcontrolsthemultiplicityofidenticalrowsappearinginthe
outputsometimes.

Itisseenthatinsituationswheretheuserisunabletocontroltheduplicate(ormultiple)identicalrows,theCHECK
statementusedinTip6worksconditionally.Inothercasesthismultiplicitybecomesoneofthepointswhereoneis
forcedtogoforanABAPreport.

Theauthorhasbeenworkinginthisareasincefewyears.Thisisanefforttosharehisknowledgeaboutsome
verycommonrequirementsinthisareawiththeforum.HopememberfriendsespeciallythosewholoveInfoset
queries,findthisuseful.

Thankyou

KJogeswaraRao
http://scn.sap.com/docs/DOC48128

5/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN

PS:ThispostandallfurtherpostsintheareaofInfosetshavebeencompiledtothisblog

InfosetQueries:Collection

ofimportantposts

63646Views

Tags:quality,enhancement,plm7.01

AverageUserRating
(57ratings)

Share

19

Tweet

Like 23

88Comments
KalyanChakravarthi08Nov201311:12

Veryusefulinformation...Thanks.
Like(2)

KatigiriLinganna09Nov201318:28

Nicedocument..likedit..
Like(1)

SrinuS11Nov201308:10

Usefuldocument.thanksforsharing
Like(1)

JogeswaraRaoK11Nov201310:32(inresponsetoSrinuS)

ThankyouSrinu,KalyanandKatigiri
Like(0)

SuseelanHari11Nov201309:58

HiJogeswara,

GoodDay!

Verynicelydocumented.Iappreciateallyourtime,effortandsupport.
Keepupthegoodwork!Keepsharingandmotivatingusforever!

Haveaniceday!

Regards,
HariSuseelan
Like(1)

JogeswaraRaoK11Nov201310:03(inresponsetoSuseelanHari)

AmgladtoknowthatmyworkmotivatesHari.InfactIammotivatedbynicecommentslike
yours.
Thankyouverymuch.

BestWishes
JogeswaraRaoK
Like(1)

SAPQMPP11Nov201310:24

Veryusefuldocumentthanks....:)
Like(1)

JogeswaraRaoK11Nov201310:33(inresponsetoSAPQMPP)

ThankyouSAPQM,Gladyou'vefoundituseful.

http://scn.sap.com/docs/DOC48128

6/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN
Like(0)

MayurPriyan11Nov201311:56

Hi,

FirstIwouldliketoappreciateyourwork.IwouldalsoliketoaddapointregardingcreatingTcodeto
thequeryreport,asstated.

ItisseenthattheQueryreportnameusuallychangesbetweensystemsi.e.Development,Qualityand
Production.

HencewhilecreatingTcodeitisadvisabletoassigntheTcodebasedontheUserGroupandQuery
nameinsteadoftheQueryreportnamegenerated.

Pleasefindtheprocedurestodothesame.

1.Makeatransactionwithparameterstransactionfromse93.
2.PutSTART_REPORTinthetransaction
3.Checktheskipintialscreencheckbox
4.inthetablecontrolintheendofscreenputthesevalues

D_SREPOVARIREPORTTYPE=AQ<<<ABAPQuery

D_SREPOVARIREPORT=<USERGROUPinWHICHTHEQUERYISCREATED>G
(GstandsforGLOBALAREA:)(Enteredafteraspace)(Gshouldcomeafter9
chanracters(8charforusergroup,onespaceandthenG)

D_SREPOVARIEXTDREPORT=<QUERYNAME><<<<<

Note:ThoughyouhavementionedtousethequeryreportnameasinthePRDsystem,themethod
whichIhavestatedisusuallyrecommended.

Regards,
MayurPriyan
Like(3)

JogeswaraRaoK11Nov201312:56(inresponsetoMayurPriyan)

ThankyouMayur,Thisreallyaddsvalue.
Regards
JogeswaraRaoK
Like(0)

RameshBabuSrikakollu12Nov201306:47

NiceandinformativeblogontheInfosetqueries

Thanks,
Ramesh
Like(1)

JogeswaraRaoK12Nov201306:52(inresponsetoRameshBabuSrikakollu)

ThankyouRameshBabu!
Regards
JogeswaraRaoK
Like(0)

ShakeeluddinKhaja12Nov201307:37

Usefulinformation.ThanksJogeshwaraRao.
Like(1)

JogeswaraRaoK12Nov201308:04(inresponsetoShakeeluddinKhaja)

ThankyouShakeeluddin!
Like(0)

IvanMarconato12Nov201308:27

Hi,
usefulandverynicedocumentation.
IspossibleinsertauthoritycheckintoINFOSETforexampleaboutplant?
Andifispossiblewhereiputthischeck?

Cheers
Ivan
Like(1)

http://scn.sap.com/docs/DOC48128

7/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN
JogeswaraRaoK12Nov201308:39(inresponsetoIvanMarconato)

ThankyouIvan,
ThisshouldbepossiblebyassigninginfosettoUserGroups(SQ03).
Pleaseseethis
Ineedtoyetexplorethisarea.

Regards
JogeswaraRaoK
Like(0)

SatyaP13Nov201318:55

GoodJob.Itwassoprecise.
Like(1)

JogeswaraRaoK14Nov201300:01(inresponsetoSatyaP)

ThankYouSatya.Mayliketoratethedocument.
Like(0)

ShivaVasireddy14Nov201306:01

ThanksforsharingtheFineDocumentation.
Like(1)

JogeswaraRaoK04Dec201313:51(inresponsetoShivaVasireddy)

ThankyouSiva,
Alsoyoumayliketogothroughthisblogifnotalreadydone.
Like(0)

BALAJIELAMARTHI05Dec201306:43

Thankyouforsharingverygooddocumentation
Like(1)

JogeswaraRaoK05Dec201307:51(inresponsetoBALAJIELAMARTHI)

ThankyouBalaji
Like(0)

RaghuvarunNerella08Dec201314:35

UsefulInformation
Like(1)

JogeswaraRaoK08Dec201315:24(inresponsetoRaghuvarunNerella)

ThankyouRaghu.
Like(0)

abilashn13Dec201311:59

NicelyDoneJogeswarasir....
Like(1)

CHRaman13Dec201312:03

Thanksforyoureffortsandpresentation.Verynicelywrittendoc.
Reallyusefulinformationaboutinfosetquerys.

Thanks
Like(1)

JogeswaraRaoK13Dec201312:05(inresponsetoCHRaman)

ThankyouRaman,
Gladit'susefultoyou.

JogeswaraRaoK
Like(1)

http://scn.sap.com/docs/DOC48128

8/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN
KrishnaChaitanya13Dec201312:22

Reallyverygoodone.Thanksforsharing.

Regards,
KrishnaChaitanya.
Like(1)

JogeswaraRaoK13Dec201312:28(inresponsetoKrishnaChaitanya)

ThankyouChaitanya

Regards
JogeswaraRaoK
Like(1)

Arshiyan20Dec201307:23

Verygood
Like(1)

SatendraMishra20Dec201307:36

Nicehelp
Like(1)

JogeswaraRaoK20Dec201310:27(inresponsetoSatendraMishra)

ThankyouSatendraandArshiyan!
Like(0)

JohnHarrison06Jan201416:00

Verynicegoodtoexposesomeusefulbutnotwellknowfunctions
Like(1)

SadaBandla07Feb201415:05

HiJogeswaraRaoKavala,

Nicedocumentationitveryhelpful.......

Regards
SadaBandla
Like(1)

JogeswaraRaoK07Feb201415:14(inresponsetoSadaBandla)

ThankyouSada
Like(0)

AnwerSuleman10Feb201405:47

HopeToSeesomemore,youmusthavegainedmoreexperienceandknowledgesinceyouposted
thisdocument.
Like(1)

JogeswaraRaoK10Feb201408:45(inresponsetoAnwerSuleman)

HiAnwer,
MyveryRecentDocumentsinthisareaare:
InfosetQuery:DisplaymessageinStatusbar
AliasTablesinInfosetsandQuikViews
Hopeyou'llfindthesetoousefultoyou.

ItrytoposttheknowledgeIhaveinthisareapromptly,fromtimetotime.
Thanksforyourappreciationsthru'variousLikesandStars.
ThankyouAnwer.
Like(0)

DimasLuisdeFaria25Feb201415:53

Usefuldocument.thanksforsharing

http://scn.sap.com/docs/DOC48128

9/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN

DimasFaria
Like(1)

JogeswaraRaoK25Feb201417:40(inresponsetoDimasLuisdeFaria)

ThankyouDimasLuisdeFaria!
Like(0)

AmalaSrinivasaRao27Feb201410:23

AnotherMasterpiecefromMrRao,reallyappreciableeffortindeed
Like(1)

JogeswaraRaoK27Feb201410:29(inresponsetoAmalaSrinivasaRao)

HiSrinivas,
ReallyDocumentslikethepresentoneinvolveeffortsandtheirobjectiveisfulfilledwhen
fewmemberslearnfromthemandtheseeffortsarerewardedwhenexpertslikeyou
recognise.

Thanksagain
Like(1)

GaryPeakes03Jun201421:21

Excellent,mosthelpfulandusefulpostingThanks!
Like(1)

JogeswaraRaoK04Jun201402:02(inresponsetoGaryPeakes)

ThankyouGary!
Like(0)

ImranA.Khan11Jun201409:32

AnexcellentdocumentinitselfandavaluablecontributionofMayuntohelpruntheTcodeandQuery
inallServers(Development/Quality/Production).

UnfortunatelyTIP2worksonlyforsometransactionslikeNotifications/Equipment/Batch/Stocketc.But
itisfailingtoRunMM03andotherkindsofreport.Isthereanywaywecansettheparameteridofthe
doubleclickedrow?

SorryIamaskingquestionherebutsadly becauseofthisonlyrequirementIhavetochangea
perfectworkingSQLQuerycreatedreporttoABAP.

Keepitup!!!!!
Like(0)

JogeswaraRaoK11Jun201409:39(inresponsetoImranA.Khan)

HiImran,

Thankyouforyourexcellentreview.
Theissueraisedbyyouhasalreadybeentakencareofinaseparatedocument.Please
refertothesamehere. CallingReportsfromanInfosetQuery.

Alsofortheconvenienceofneedingmembers,Ihavecompiledalltheseinfosetrelated
postsintoasingledocument.Pleaserefer: InfosetQueries:Collectionofimportantposts

Regards
JogeswaraRaoK
Like(0)

ErwinLeitner11Jun201414:33

Hello,

JogeswaraRaoKavala

thankyouverymuchforsharingknowledge.

allthebestErwin
Like(1)

JogeswaraRaoK11Jun201415:27(inresponsetoErwinLeitner)

http://scn.sap.com/docs/DOC48128

10/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN
HiErwin,
Feelencouragedandmotivatedtopostfurtheronreceivingsuchreviews.

Regards
JogeswaraRaoK
Like(0)

DenizDinler17Jun201412:57

ExatlywhatI'mlookingfor...
Thanksverymuch...

Regards
dd
Like(1)

JogeswaraRaoK17Jun201413:05(inresponsetoDenizDinler)

GladtoknowthisworkisofusetoyouDeniz!
Like(0)

FrankKwok19Jun201412:01

NicePost~
DoyouhaveanytipstouseInternalTablesininfoset?
Like(1)

JogeswaraRaoK19Jun201412:38(inresponsetoFrankKwok)

That'sreallyadifficultquestionformeFrank.Iconsiderthisisalimitationinqueryareaand
atsuchrequirements,IswitchtofullpledgedABAPreportprograms.Duetoscarcityof
relatedknowledgearound,thistopicisstillin'yettolearn'listofmine.

Regards
JogeswaraRaoK
Like(0)

JaydipHapliya21Jun201411:49

ThankyouJogeswaraRaoforsharingthis,itsreallyhelpfulforthoseusinginfosetqueryandavail
thedifferentfunctionalitiesofit.

Regards,
Jaydip
Like(1)

SuhaibBinAziz02Jul201406:39

Amazingblendofcontent!
Thanksforpostingthissir!
Like(1)

JogeswaraRaoK02Jul201407:13(inresponsetoSuhaibBinAziz)

ThankyouSuhaib!
Like(1)

RupeshDhiwar02Jul201413:56

Thanksitsveryusefulinformationforalluserstomakequeryatown.
Like(1)

JogeswaraRaoK03Jul201406:10(inresponsetoRupeshDhiwar)

GladRupesh

you'vefoundituseful.
Like(0)

rajeshbethamcharla05Jul201402:48

VeryhelpfulifyouaddhowtoassignTRforgeneratedreport.

Thanksforsharing.
Like(0)

http://scn.sap.com/docs/DOC48128

11/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN
JogeswaraRaoK05Jul201402:53(inresponsetorajeshbethamcharla)

HiRajesh,
Thishasalreadybeendetailed.Doyouwantsomemoreinfo?
Thanksforthereview.
Like(0)

NishanDevS14Jul201423:38

GoodWorkJogeswara!
Like(1)

JogeswaraRaoK15Jul201402:11(inresponsetoNishanDevS)

ThankyouNishan!
Like(0)

RamKumar22Jul201414:32

JogeswaraRaogaru,

yourworkisreallyadorableandgratifyingthanksalotfordocumenting,youreffortsarereally
appreciable..lotmanyaregettingeducatedwithyourstuff.greatwork,keepposting.Allthebest.

Ramkumar
Like(2)

JogeswaraRaoK22Jul201414:35(inresponsetoRamKumar)

ThankyouRamKumargaru.Reallyappreciateit.
Like(0)

SyedFaisalHasan25Aug201415:07

ExceptionallyusefulquicktipsformakingyourSAPqueryreportsstandout.
Like(1)

JogeswaraRaoK25Aug201415:36(inresponsetoSyedFaisalHasan)

SyedFaisalHasan,
That'sagreatreviewandcomments.Veryhappytoknowthesetipshelpmembers.

BestRegards

KJogeswaraRao

Like(0)

NitinK29Aug201405:28

Thanksforsharing.

Bestregards,
Nitin
Like(1)

JogeswaraRaoK29Aug201405:38(inresponsetoNitinK)

MypleasureNitin!
Like(0)

MohammadMousavi09Sep201410:37

Itwasreallyhelpful,thanxalottt
Like(1)

JogeswaraRaoK09Sep201411:31(inresponsetoMohammadMousavi)

MypleasureMohammad!
Like(0)

BVYadav09Sep201414:03

HiJogeswararaosir,

http://scn.sap.com/docs/DOC48128

12/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN
IhavecreatedonequickviewerReportthroughSQVItransactioncodeandIhavecreatedonTcode
assignedwithprogrameasyousaidinTIP:1,whenIrunthisTcodeIamgettingruntimeerror.Please
givesomesuggestion
Like(0)

JogeswaraRaoK09Sep201415:00(inresponsetoBVYadav)

Thereasonsmaybeverylocal,Idoubtyouhaven'tgottheoutputthroughSQVIdirect
executealso.
Like(0)

BVYadav09Sep201415:12(inresponsetoJogeswaraRaoK)

yes,IgottheoutputSQVIbydirectexecution.whenirunthroughTcodeitshowing
runtimeerror.whatcouldbereason,howtosolveit?
Like(0)

JogeswaraRaoK09Sep201415:23(inresponsetoBVYadav)

1.Checkforpropercopyingoftheprogramname
2.RuntheprogramthroughSE38andsee.
3.IfproblempersistscontactyourABAPerfordebuggingtolocatethefault
4.AlsotakehelpofBASIS
Like(0)

SaurabhChandraJoshi09Sep201414:44

Indeedaverydetailedandinformativearticle.Hasclearedmostofthedoubtsandhasbeenreally
helpful.Pleasedopostmoreofsucharticles.
Like(1)

JogeswaraRaoK09Sep201415:01(inresponsetoSaurabhChandraJoshi)

ThankyouSaurabh
Like(0)

ShivaVasireddy26Sep201408:02

Hi,
youalwaysmaketheBlogAliveandAlertwithyourtremendouscontributions.
Thankyouforsharing
Like(1)

JogeswaraRaoK26Sep201408:08(inresponsetoShivaVasireddy)

Thankyou Siva,
That'sagreatcompliment.

Regards

KJogeswaraRao

Like(0)

NicolasGiuffrida02Oct201417:07

Mr.Kavala,
Ifoundyourpostsuperinteresting.

Canyoupleasehelpmeoutwiththisissue?

IaddacheckboxintheQuerySelectionScreenasyouindicated,butitappearingina
"Generaldataselections"frame,Iseethatthecheckboxrecentlyaddedasnotcheckedthe
StandardSelectioncheckbox,Icannotcheckitdueit'sanoutputonlybox.
HowcanItakemycheckboxoutofthe"Generaldataselections"frame?

Thanks,
Nico.
Like(0)

http://scn.sap.com/docs/DOC48128

13/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN
JogeswaraRaoK02Oct201417:45(inresponsetoNicolasGiuffrida)

ThecheckboxwillbeinGeneraldataselectionsblockonly,becausewearecreatingitin
Infoset(SQ02).I'mafraidthereisnootheralternativetothis.

Icouldnotfollowtheselines.

IseethatthecheckboxrecentlyaddedasnotcheckedtheStandard
Selectioncheckbox,Icannotcheckitdueit'sanoutputonlybox.

YoushouldbeabletoTickthecheckboxwithmouseclick.
Like(0)

JogeswaraRaoK02Oct201417:42(inresponsetoNicolasGiuffrida)

Ifyouwanttogiveadefaulttickthencreatethisway.

Like(0)

NicolasGiuffrida02Oct201419:29(inresponsetoJogeswaraRaoK)

Sorry,letmerephrase
HowcanIgetthisoptioncheckedsoIcanseeCheckboxparameteroutof
theframe?

DoIhavetosetsomethinginSQ01?Canyoupleasehelpmehere?
Thankyouverymuch.
Nico.
Like(0)

JogeswaraRaoK04Oct201405:05(inresponsetoNicolasGiuffrida)

HelloNicolas,
ThischeckboxesaretickedfortheStandardSelectionfieldsprovidedby
thesysteminInfosetswhereLogicalDatabasesareused.Theseare
providedbytheLDBs.Idonotthinkwecandefineourownselection
fieldsaStandard.Inevertriedtotickthesecheckboxesneitheranysuch
requirementarose.BothcheckboxesnexttoStandardareticked
automaticallywhenweuse'Obligatory'wordintheExtrasfield.Standard
checkboxsettingisnotinourcontrol.Thesethingswecannotcontrol
fromSQ01.

KJogeswaraRao

Like(0)

NicolasGiuffrida06Oct201416:34(inresponsetoJogeswaraRaoK)

Thanksforyouranswers,Ifinallymanagedtotakethe
checkboxoutoftheframe.
Youjustneedtodeclarethecheckboxparameterinthe
Dataread.progsecction.
Ihopethishelpsomeoneelse.

http://scn.sap.com/docs/DOC48128

14/15

26/09/2016

10UsefulTipsonInfosetQueries|SCN

Regards,
Nico.
Like(1)

JogeswaraRaoK06Oct201416:43(inresponsetoNicolas
Giuffrida)

ThankyouNicolas,
Thisaddsvaluetothisplace.
Like(0)

milkbike06Oct201416:08

Thankyouforsharingtheexperiences
Like(1)

JogeswaraRaoK06Oct201416:18(inresponsetomilkbike)

Like(0)

sagarkumbhar11Nov201414:29

Thankyouforgoodinformation
Like(1)

RAJESHKUMARSONI25Nov201409:41

HiJogeshwarRao,
Canyouguideme
1.howtouseBSISandBSASorBSIKandBSAKbothinsamequery

2.HowcouldIlinkbetweenRSEGandBKPFtablewereinBKPFXBLR=BELEN+GJHAR

youcanalsoreplymeonmymail rajeshsoni12@gmail.com

Regards,
Rajesh
Like(0)

JogeswaraRaoK25Nov201410:06(inresponsetoRAJESHKUMARSONI)

HelloRajesh,
ThesearequeriesonspecifictableswhichIfeel,donotfitinthisthread.Therewillbe
multipleadvantagesifyoustartanewthreadeitherinABAPspaceorFinanceand
Accountingspace.(AlsoIdonothaveexposuretoAccountingtables)

Bestofluck

KJogeswaraRao

Like(1)

SiteIndex
Privacy

ContactUs
TermsofUse

http://scn.sap.com/docs/DOC48128

SAPHelpPortal
LegalDisclosure

Copyright

FollowSCN

15/15

You might also like