Questions tagged [idoc]

IDOC is a SAP document format for business transaction data transfers.

IDOC is a SAP document format for business transaction data transfers.

94 questions
-1
votes
2 answers

Function module to delete an IDoc

Is there any Function Module using which I can delete an IDoc generated in SAP system. The FM should take IDoc number as input.
AKS
  • 39
  • 1
  • 8
-1
votes
1 answer

ALE configuration in SAP

I would like to know if it is possible to use the save client to configure the ALE for IDoc.
Ravi77
  • 87
  • 2
  • 3
  • 12
-2
votes
1 answer

IDOC segment SAP ABAP

Hi an IDoc segment z1esui has two fields: zzdeanqty zzceanqty I want these two fields which tables are fecting in sap ABAP
Pavan
  • 1
  • 4
-2
votes
1 answer

Once I find a string in a file, how can I read all of the lines between two lines in that file

I have a file like this - just much bigger: --------------------- blah moo fubar --------------------- funkytown tic tac chili cheese hotdog heartburn --------------------- How can I search for 'tic' and output everything between the 2nd and 3rd…
1 2 3 4 5 6
7