You are on page 1of 3

08/12/2014

INBACKGROUNDTASKABAPcommandSAPCALLFUNCTION

Weusecookiestogiveyouthebestexperienceonoursite.Bycontinuingtousethissiteyouagreetoouruseofcookies. Learnmore

SAPTrainingMaterial

SAPImplementation

SAPOnlineTraining

SAPCertification

HumanResourcesTraining

0Comments

Ok

SAPJobs

SapABAPOO

ABAP

Background

CRMSapModule

CallFunctionmoduleINBACKGROUNDTASKExecuteabapcodeinseperatebackgroundprocess
TheINBACKGROUNDTASKstatementallowsyouto
executeremoteenabledfunctionmodulesina
backgroundtaskasynchronously.Becarefulthought
asitmightnotquiteworkasitappearstooi.e.Ifyou
debugtheABAPprogramlogicitwillstepoverthe
FMontothenextlineofcode,notwaitingforthis
functionmoduletofinishitprocessing.Butthis
doesntmeanithasgoneofftostarttheprocessing
atthispointasithasnot!!Ithassimplycreatedthe
backgroundtaskreadyforprocessingandwillnot
actuallybeexecuteduntilacommitworkisreached
inthecurrentlogicalunitofwork.
Sobasicallyifyouwantittogooffandperformthis
backgroundprocessingstraightawayyouneedtoadd
acommitworkafterthecallfunctioninbackground
taskcommand.
Justincaseyouareinterestedinthetechnicaldetailswhenyoumakethecallusingthein
backgroundtaskadditionSAPstorestheFMname,destinationandanyparametersintables
ARFCSSTATE&ARFCSDATAforthecurrentLogicalunitofwork.Theseentriescanalsobeenseen
usingtcodeSE58.Pleasenotethisdataisnotavailablehereafterthetaskhasfinishedprocessing.
Althoughthismayseemstrangeatfirstitdoesallowyoutoperformotherfunctionalityfirstandonly
triggersthebackgroundtaskifalliswellwiththatanditiscommittedtothedatabaseok.Alsothe
backgroundtaskswillbeprocessedintheordertheyhavebeenregistered.
ASSEPARATEUNIT
TheasseparateunitadditionisusedifyouarecallingthesameFMmultipletimesorFMswithin
thesamefunctiongroup.Itbasicallyensureseachcallisprocessedwithinitsowncontextandisnot
affectedbyglobaldatachangesfromotherfunctioncalls.
DESTINATION
ThissimpleallowsyoutospecifyadifferentRFCdestination
ExampleABAPcodetoExecuteFMinbackgroundtask
CALLFUNCTION'Z_FMODULE'INBACKGROUNDTASK
EXPORTING
P_UNAME=syuname.

OnlineTraining(90%off6000courses)

*INBACKGROUNDTASKadditionaloptions
CALLFUNCTION'Z_FMODULE'INBACKGROUNDTASK
ASSEPARATEUNIT
DESTINATION'NONE'
EXPORTING
P_UNAME=syuname.
breakpoint."doesnotwaitandcontinueswithnextlineofABAPcode
CommitWork."Backgroundtaskisonlytriggeredatthispoint.
"loopatitabintowa_itab.
"...
"endloop.

Alsosee:
STARTINGNEWTASK
INUPDATETASK
INBACKGROUNDTASK

SAPSolutions
TopStories

http://www.sapdev.co.uk/abap/commands/inbackgroundtask.htm

BreakingNews

1/3

08/12/2014

INBACKGROUNDTASKABAPcommandSAPCALLFUNCTION
BreakingNews
TopLuxuryCars
SAPOnlineTraining
SAPABAPPrograms

WHAT'STHIS?

AROUNDTHEWEB

JointheMailingList
Enteryournameandemail
addressbelow:
Name:
Email:
Subscribe

Unsubscribe

GO

Web2Carz.com

NineJapaneseCarstoLook
5WaystoStayYoungandFit ForwardTo
Stack

GetyourFreeMailingList
byBravenet.com

Disqus
WorldNews

CrackerBarrelrejectslatest
attempttoforceasale

TheTop5CompaniesThat
TransformedAdvertisingin
2013

ALSOONSAPDEVELOPMENT

SAPdialogscreenprograms(ABAP
dynpro)2comments

SAPtransactioncodesusefulforABAP
developmentsuchas2comments

SAPDatabaseLockingENQUEUEand
DEQUEUE1comment

SAPPlantmaintenanceandworkorder
databasestructure1comment

0Comments

SAPDevelopment

Login

Share Favorite

SortbyNewest

Startthediscussion

Bethefirsttocomment.

Subscribe

AddDisqustoyoursite

Privacy

commentspoweredbyDisqus
SAPDevelopmentTools AllABAP SAPReporting RepositoryObjects WebApplications ABAPCommands ABAPOO

http://www.sapdev.co.uk/abap/commands/inbackgroundtask.htm

2/3

08/12/2014

INBACKGROUNDTASKABAPcommandSAPCALLFUNCTION

LatestjobsfromERPJobboard.com
Trainee2015IhrEinstiegindieSAPWelt
Ort:bundesweitBITTraineeprogrammzumSAPConsultantTechnology:Einfacher
Einstieg,EffizientesKnowHow,VieleChancenbei...Sun,07Dec201416:00:00
0800
Kronos/sapHCMTechnoFunctional(contracttohire)_Mumbai
StrongABAPskills.MusthaveabilitytoperformconfigurationforHCMmodules
ofHR,Benefits,Payroll,CATS,andSAP...Sun,07Dec201416:00:000800
ERPBusAnlystISupplyChain
DemonstratedknowledgeofSupplyChainthroughcertificationsuchasCertified
SupplyChainProfessionalor.SoftERP...Sat,06Dec201416:00:000800
SeniorBusinessConsultantRegistration
TheBusinessConsultantmayparticipateinsalescalls,assistinscopingaddonwork
andassistindevelopmentofservices...Sat,06Dec201416:00:000800
ERPAnalyst(MicrosoftDynamicsNAV)
TroubleshootsystemproblemsandissuesprovideguidanceinNAVPayroll,

SAPSecurityJobs
SAPAuthorizedEducation
SAPAccountingSoftware
SAPTransactionCodes
SAPCertification
ListOfSAPApplications

ContactUs Partners TermsofService PrivacyPolicy Advertise

http://www.sapdev.co.uk/abap/commands/inbackgroundtask.htm

3/3

You might also like